From 4328cf54c8e72736293644248c286b06a65bf47b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 13:34:10 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 31 support Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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