diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b995c17c..624f05cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,7 +30,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 labels: - "3. to review" - "dependencies" @@ -46,7 +46,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable27 + target-branch: stable28 labels: - "3. to review" - "dependencies" @@ -62,7 +62,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable26 + target-branch: stable27 labels: - "3. to review" - "dependencies" diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4f51e2b2..0fa447f3 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', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index a02817e2..1bd674e4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,14 +5,14 @@ Privacy - - 1.13.0 + 2.0.0 agpl Georg Ehrke Privacy tools https://github.com/nextcloud/privacy/issues/ - + diff --git a/package-lock.json b/package-lock.json index ef13306b..c3a24c12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "privacy", - "version": "1.13.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "privacy", - "version": "1.13.0", + "version": "2.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 91c0890e..2ea36f74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privacy", - "version": "1.13.0", + "version": "2.0.0", "description": "Place this app in **nextcloud/apps/**", "private": true, "scripts": {