Skip to content

Commit 4c38ce6

Browse files
committed
feat(deps): Add Nextcloud 34 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent fcaf4be commit 4c38ce6

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable33'
2930
- 'stable32'
3031
- 'stable31'
3132

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable33'
2930
- 'stable32'
3031
- 'stable31'
3132

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>6.0.0</version>
13+
<version>7.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="33" max-version="33" />
33+
<nextcloud min-version="34" max-version="34" />
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
@@ -1,6 +1,6 @@
11
{
22
"name": "logreader",
3-
"version": "6.0.0",
3+
"version": "7.0.0-dev.0",
44
"license": "AGPL-3.0-or-later",
55
"author": "Robin Appelman <robin@icewind.nl>",
66
"type": "module",

0 commit comments

Comments
 (0)