diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 33b817087..1b9f4194a 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"]
+ branches: ["main", "master", "stable28", "stable27", "stable26"]
name: npm-audit-fix-${{ matrix.branches }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 966a20c37..3af39457a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Viewer
Simple file viewer with slideshow for media
- 2.2.0
+ 2.3.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 6f39c68a5..571bc9fa2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "viewer",
- "version": "2.2.0",
+ "version": "2.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "viewer",
- "version": "2.2.0",
+ "version": "2.3.0",
"license": "agpl",
"dependencies": {
"@fontsource/roboto": "^5.0.8",
diff --git a/package.json b/package.json
index f97a2cd57..d622508f4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "viewer",
"description": "Simple file viewer with slideshow for media",
- "version": "2.2.0",
+ "version": "2.3.0",
"author": "John Molakvoæ ",
"contributors": [
"John Molakvoæ "
diff --git a/renovate.json b/renovate.json
index 7f0fae8cf..9679c4bb8 100644
--- a/renovate.json
+++ b/renovate.json
@@ -18,6 +18,7 @@
"ignoreUnstable": false,
"baseBranches": [
"master",
+ "stable28",
"stable27",
"stable26"
],
@@ -62,6 +63,7 @@
"major"
],
"matchBaseBranches": [
+ "stable28",
"stable27",
"stable26"
],