diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 0e7ba4b5d..a45455b78 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', '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 e500984ee..be4e62c1e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Viewer Simple file viewer with slideshow for media - 3.0.0 + 4.0.0 agpl John Molakvoæ Viewer @@ -13,7 +13,7 @@ https://github.com/nextcloud/viewer https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png - + diff --git a/package-lock.json b/package-lock.json index 8343ff334..e8d8a4f54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "viewer", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "viewer", - "version": "3.0.0", + "version": "4.0.0", "license": "agpl", "dependencies": { "@fontsource/roboto": "^5.0.14", diff --git a/package.json b/package.json index 2e28baefa..9918beff5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viewer", "description": "Simple file viewer with slideshow for media", - "version": "3.0.0", + "version": "4.0.0", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ " diff --git a/renovate.json b/renovate.json index de10c6ba5..c3f6f7884 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,7 @@ "ignoreUnstable": false, "baseBranches": [ "master", + "stable30", "stable29", "stable28" ], @@ -67,6 +68,7 @@ "major" ], "matchBaseBranches": [ + "stable30", "stable29", "stable28" ],