diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 624f05cb..d484f78f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,7 +30,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable29
+ target-branch: stable30
labels:
- "3. to review"
- "dependencies"
@@ -46,7 +46,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable28
+ target-branch: stable29
labels:
- "3. to review"
- "dependencies"
@@ -62,7 +62,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable27
+ target-branch: stable28
labels:
- "3. to review"
- "dependencies"
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 0fa447f3..0af889b4 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -18,7 +18,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/appinfo/info.xml b/appinfo/info.xml
index 3f611a69..42d49953 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,14 +9,14 @@
Privacy
-
- 2.0.0
+ 3.0.0
agpl
Georg Ehrke
Privacy
tools
https://github.com/nextcloud/privacy/issues/
-
+
diff --git a/package-lock.json b/package-lock.json
index 512f90a7..fe5e11b0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "privacy",
- "version": "2.0.0",
+ "version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "privacy",
- "version": "2.0.0",
+ "version": "3.0.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.3.0",
diff --git a/package.json b/package.json
index a0d9330c..c4553ef9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privacy",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Place this app in **nextcloud/apps/**",
"private": true,
"scripts": {