Skip to content

Commit d083670

Browse files
committed
feat(deps): Add Nextcloud 32 support on master
Signed-off-by: Joas Schilling <[email protected]>
1 parent a4e8f5f commit d083670

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
24+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2525

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

.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', 'stable30', 'stable29', 'stable28']
23+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
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>4.0.0</version>
13+
<version>5.0.0-dev.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="31" max-version="31" />
33+
<nextcloud min-version="32" max-version="32" />
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": "4.0.0"
95+
"version": "5.0.0-dev.0"
9696
}

0 commit comments

Comments
 (0)