diff --git a/appinfo/info.xml b/appinfo/info.xml
index a18397e25..9389a22b4 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 Teamfolder.
]]>
- 20.1.6
+ 20.1.7
agpl
Robin Appelman
GroupFolders
diff --git a/package-lock.json b/package-lock.json
index 7b764ab24..a1a6fee4d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "groupfolders",
- "version": "20.1.6",
+ "version": "20.1.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "groupfolders",
- "version": "20.1.6",
+ "version": "20.1.7",
"dependencies": {
"@nextcloud/auth": "^2.5.2",
"@nextcloud/axios": "^2.5.1",
diff --git a/package.json b/package.json
index ee56d3fb2..8a2a27622 100644
--- a/package.json
+++ b/package.json
@@ -78,5 +78,5 @@
"webdav": "^5.8.0",
"whatwg-fetch": "^3.6.20"
},
- "version": "20.1.6"
+ "version": "20.1.7"
}