From 391ede5ab3295e9def4fd1cc5289c9b13a3ca346 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 10 Sep 2026 13:36:05 +0200 Subject: [PATCH] chore: Bump version to 20.1.19 Signed-off-by: Carl Schwan --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 14f430867..a19660115 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ Folders can be configured from *Team folders* in the admin settings. After a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder. As of Hub 10/Nextcloud 31, the admin needs to be a part of the team to be able to assign it a Team folder. ]]> - 20.1.18 + 20.1.19 agpl Robin Appelman GroupFolders diff --git a/package-lock.json b/package-lock.json index 844ec04ca..97ca83c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "groupfolders", - "version": "20.1.18", + "version": "20.1.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "groupfolders", - "version": "20.1.18", + "version": "20.1.19", "dependencies": { "@nextcloud/auth": "^2.5.2", "@nextcloud/axios": "^2.5.1", diff --git a/package.json b/package.json index d9eede881..93822b4fb 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,5 @@ "webdav": "^5.8.0", "whatwg-fetch": "^3.6.20" }, - "version": "20.1.18" + "version": "20.1.19" }