From 74dca1799db7a3628b55d1dc1944b4c7b05ad293 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 12:30:26 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 31 support on master Signed-off-by: Joas Schilling --- .github/dependabot.yml | 6 +++--- .github/workflows/npm-audit-fix.yml | 2 +- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef4d4e08..467a95e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,7 +32,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable29 + target-branch: stable30 labels: - "3. to review" - "dependencies" @@ -48,7 +48,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable28 + target-branch: stable29 labels: - "3. to review" - "dependencies" @@ -64,7 +64,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 0e7ba4b5..a45455b7 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 20053a51..95fe7a9f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ - 3.0.0 + 4.0.0 agpl John Molakvoæ @@ -26,6 +26,6 @@ Powered by [pdf.js](https://mozilla.github.io/pdf.js/)]]> https://github.com/nextcloud/files_pdfviewer.git - + diff --git a/package-lock.json b/package-lock.json index 80ed0f2f..16ce0d9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_pdfviewer", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "files_pdfviewer", - "version": "3.0.0", + "version": "4.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 93c0320f..ff1fb7e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "files_pdfviewer", "description": "PDF viewer plugin for Nextcloud", - "version": "3.0.0", + "version": "4.0.0", "author": "John Molakvoæ ", "contributors": [], "bugs": {