diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index bbeec0c6..69498cc3 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', 'stable30', 'stable29', 'stable28']
+ branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
name: update-nextcloud-ocp-${{ matrix.branches }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 736a08ac..284f2b48 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@ It is also possible to add links only for a given language, device type or user
More information is available in the External sites documentation.]]>
- 6.0.1
+ 7.0.0-dev.0
agpl
Joas Schilling
@@ -38,7 +38,7 @@ More information is available in the External sites documentation.]]>https://github.com/nextcloud/external/raw/master/docs/page-sample.png
-
+
diff --git a/package-lock.json b/package-lock.json
index f46b0ddf..68d4fcd7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "external",
- "version": "6.0.0",
+ "version": "7.0.0-dev.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "external",
- "version": "6.0.0",
+ "version": "7.0.0-dev.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/initial-state": "^2.2.0",
diff --git a/package.json b/package.json
index 24f093b1..3cc61c31 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "external",
- "version": "6.0.0",
+ "version": "7.0.0-dev.0",
"private": true,
"description": "",
"author": "Joas Schilling ",