diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index 6e705cc8..bbeec0c6 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 5abe71d2..025c8325 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
This application allows for automatic deletion of files after a given time.
An app for Nextcloud to control automatic deletion of files after a given time.
Optionally the users can be informed the day before.
- 1.19.0
+ 2.0.0
agpl
Roeland Jago Douma
Files_Retention
@@ -28,7 +28,7 @@ Optionally the users can be informed the day before.
https://raw.githubusercontent.com/nextcloud/files_retention/master/screenshots/1.png
-
+
diff --git a/package-lock.json b/package-lock.json
index f0bbf73c..ad96113c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "files_retention",
- "version": "1.19.0",
+ "version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "files_retention",
- "version": "1.19.0",
+ "version": "2.0.0",
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.3.0",
diff --git a/package.json b/package.json
index e9b57d6e..8f1e1ea9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "files_retention",
- "version": "1.19.0",
+ "version": "2.0.0",
"author": "Joas Schilling ",
"license": "agpl",
"private": true,