Skip to content

Commit 6a94e40

Browse files
authored
Merge pull request #1341 from nextcloud/update-master-version
feat(deps): Add Nextcloud 31 support on master
2 parents 54c275a + d43f9b9 commit 6a94e40

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
23+
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Log Reader</name>
1111
<summary>A log reader for Nextcloud</summary>
1212
<description>Log reader for Nextcloud</description>
13-
<version>3.0.0</version>
13+
<version>4.0.0</version>
1414
<licence>agpl</licence>
1515
<author>Robin Appelman</author>
1616
<author>Ferdinand Thiessen</author>
@@ -30,7 +30,7 @@
3030
</screenshot>
3131

3232
<dependencies>
33-
<nextcloud min-version="30" max-version="30" />
33+
<nextcloud min-version="31" max-version="31" />
3434
</dependencies>
3535

3636
<commands>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@
9292
"browserslist": [
9393
"extends @nextcloud/browserslist-config"
9494
],
95-
"version": "3.0.0"
95+
"version": "4.0.0"
9696
}

0 commit comments

Comments
 (0)