Skip to content

Commit

Permalink
Merge pull request #1341 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 31 support on master
  • Loading branch information
susnux authored Aug 15, 2024
2 parents 54c275a + d43f9b9 commit 6a94e40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']

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 @@ -10,7 +10,7 @@
<name>Log Reader</name>
<summary>A log reader for Nextcloud</summary>
<description>Log reader for Nextcloud</description>
<version>3.0.0</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<author>Ferdinand Thiessen</author>
Expand All @@ -30,7 +30,7 @@
</screenshot>

<dependencies>
<nextcloud min-version="30" max-version="30" />
<nextcloud min-version="31" max-version="31" />
</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
Expand Up @@ -92,5 +92,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"version": "3.0.0"
"version": "4.0.0"
}

0 comments on commit 6a94e40

Please sign in to comment.