diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 1d98c7a40..3efe12d3a 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
+ branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
name: npm-audit-fix-${{ matrix.branches }}
diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index e2c5bd6c5..390218bbd 100644
--- a/.github/workflows/update-nextcloud-ocp.yml
+++ b/.github/workflows/update-nextcloud-ocp.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
+ branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
name: update-nextcloud-ocp-${{ matrix.branches }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 91e09723c..2030a9f5e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
]]>
- 18.0.0-beta.1
+ 19.0.0-dev.0
agpl
Robin Appelman
GroupFolders
@@ -33,7 +33,7 @@ After a folder is created, the admin can give access to the folder to one or mor
https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png
-
+
diff --git a/package-lock.json b/package-lock.json
index dd065c61d..0a44ab474 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "groupfolders",
- "version": "18.0.0-beta.1",
+ "version": "19.0.0-dev.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "groupfolders",
- "version": "18.0.0-beta.1",
+ "version": "19.0.0-dev.0",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
diff --git a/package.json b/package.json
index cd5e473a0..1790343e7 100644
--- a/package.json
+++ b/package.json
@@ -78,5 +78,5 @@
"webdav": "^5.5.0",
"whatwg-fetch": "^3.6.20"
},
- "version": "18.0.0-beta.1"
+ "version": "19.0.0-dev.0"
}