diff --git a/appinfo/info.xml b/appinfo/info.xml
index 94f6674..30f56f2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Zipper
Zip files in your Nextcloud
Allow zipping files directly in your Nextcloud!
- 1.6.0
+ 2.0.0
agpl
Roeland Jago Douma
Julius Haertl
@@ -18,6 +18,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 68c60c6..097fd66 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "files_zip",
- "version": "1.6.0",
+ "version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "files_zip",
- "version": "1.6.0",
+ "version": "2.0.0",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index 9e4e582..18add54 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "files_zip",
"description": "Compress selected files to a zip archive",
- "version": "1.6.0",
+ "version": "2.0.0",
"author": "Julius Härtl