diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 5ccc57df6..c3e4f2fd3 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', 'stable30', 'stable29', 'stable28']
+ branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
name: npm-audit-fix-${{ matrix.branches }}
diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index 0960cfecc..b7a7709df 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 6c740acf3..816caafb5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
More information is available in the Activity documentation.
- 4.0.0
+ 5.0.0-dev.0
agpl
Frank Karlitschek
Joas Schilling
@@ -38,7 +38,7 @@
https://github.com/nextcloud/activity.git
-
+
diff --git a/package-lock.json b/package-lock.json
index 23afce198..e0955fa29 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "activity",
- "version": "4.0.0",
+ "version": "5.0.0-dev.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "activity",
- "version": "4.0.0",
+ "version": "5.0.0-dev.0",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index 88cd1d1fa..5c2be4389 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "activity",
"description": "This application enables people to view a log of activities about them or about files.",
- "version": "4.0.0",
+ "version": "5.0.0-dev.0",
"author": "Julius Härtl ",
"contributors": [],
"bugs": {