Skip to content

Commit

Permalink
Merge pull request #235 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed May 19, 2023
2 parents 2bce450 + 3f81445 commit 8463b7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>
Displays resources related to current item in right panel.
</description>
<version>1.2.0</version>
<version>1.3.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>RelatedResources</namespace>
Expand All @@ -19,7 +19,7 @@
<bugs>https://github.com/nextcloud/related_resources/issues</bugs>
<repository>https://github.com/nextcloud/related_resources.git</repository>
<dependencies>
<nextcloud min-version="27" max-version="27"/>
<nextcloud min-version="28" max-version="28"/>
</dependencies>

<commands>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "related_resources",
"version": "1.2.0",
"version": "1.3.0",
"description": "Related Resources",
"main": "main.js",
"private": true,
Expand Down

0 comments on commit 8463b7d

Please sign in to comment.