diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index 7f122480..e9f8f54b 100644
--- a/.github/workflows/update-nextcloud-ocp.yml
+++ b/.github/workflows/update-nextcloud-ocp.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["master", "stable26", "stable25", "stable24"]
+ branches: ["master", "stable27", "stable26", "stable25", "stable24"]
name: update-nextcloud-ocp-${{ matrix.branches }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 96b62d43..606c2678 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
Displays resources related to current item in right panel.
- 1.2.0
+ 1.3.0
agpl
Maxence Lange
RelatedResources
@@ -19,7 +19,7 @@
https://github.com/nextcloud/related_resources/issues
https://github.com/nextcloud/related_resources.git
-
+
diff --git a/package.json b/package.json
index 1c470370..862666f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "related_resources",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "Related Resources",
"main": "main.js",
"private": true,