Skip to content

Commit 02f834a

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

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'master', 'stable31', 'stable30']
27+
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
2828

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
branches: ['main', 'master', 'stable31', 'stable30']
26+
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
2727

2828
name: update-nextcloud-ocp-${{ matrix.branches }}
2929

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>5.0.0-dev.0</version>
13+
<version>6.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="32" max-version="32" />
33+
<nextcloud min-version="33" max-version="33" />
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
@@ -90,5 +90,5 @@
9090
"browserslist": [
9191
"extends @nextcloud/browserslist-config"
9292
],
93-
"version": "5.0.0-dev.0"
93+
"version": "6.0.0-dev.0"
9494
}

0 commit comments

Comments
 (0)