Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 30 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Mar 28, 2024
1 parent 59f1cb2 commit 7a5a34a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
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: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

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.4.0</version>
<version>2.0.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="29" max-version="29"/>
<nextcloud min-version="30" max-version="30"/>
</dependencies>

<commands>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "2.0.0",
"description": "Related Resources",
"main": "main.js",
"private": true,
Expand Down

0 comments on commit 7a5a34a

Please sign in to comment.