diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index db7a0b4e..25fb1e51 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,7 +30,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable27
+ target-branch: stable28
labels:
- "3. to review"
- "dependencies"
@@ -46,7 +46,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable26
+ target-branch: stable27
labels:
- "3. to review"
- "dependencies"
@@ -62,7 +62,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable25
+ target-branch: stable26
labels:
- "3. to review"
- "dependencies"
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 5fa7f69e..b4f1a0e8 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", "stable27", "stable26", "stable25", "stable24"]
+ branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"]
name: npm-audit-fix-${{ matrix.branches }}
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index 33799c87..25e17ac8 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
- php-versions: ['8.0', '8.1', '8.2']
+ php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master']
services:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2ad12bc1..77042355 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
- 2.9.0
+ 2.10.0
agpl
John Molakvoæ
@@ -21,6 +21,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 95498b26..f4362ddb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "files_pdfviewer",
- "version": "2.9.0",
+ "version": "2.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "files_pdfviewer",
- "version": "2.9.0",
+ "version": "2.10.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
diff --git a/package.json b/package.json
index 5d08116b..8e2025df 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "files_pdfviewer",
"description": "PDF viewer plugin for Nextcloud",
- "version": "2.9.0",
+ "version": "2.10.0",
"author": "John Molakvoæ ",
"contributors": [],
"bugs": {