diff --git a/appinfo/info.xml b/appinfo/info.xml index 848261a..3f4cbe6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Zipper Zip files in your Nextcloud Allow zipping files directly in your Nextcloud! - 1.5.0 + 1.6.0 agpl Roeland Jago Douma Julius Haertl @@ -14,6 +14,6 @@ https://github.com/nextcloud/files_zip/issues https://github.com/nextcloud/files_zip.git - + diff --git a/package-lock.json b/package-lock.json index 19e8a2e..7e57d65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_zip", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_zip", - "version": "1.5.0", + "version": "1.6.0", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 7f03a87..b529c34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "files_zip", "description": "Compress selected files to a zip archive", - "version": "1.5.0", + "version": "1.6.0", "author": "Julius Härtl