Skip to content

Commit 070b3e8

Browse files
committed
feat(deps): Add Nextcloud 32 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent b575f7b commit 070b3e8

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', '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
@@ -22,7 +22,7 @@ This app allows users to easily migrate from one instance to another using an ex
2222
- **⚙ Go into `Personal settings` > `Data migration` and start the import**
2323
- **🎉 Enjoy your stay on your new instance** and close you old account
2424
]]></description>
25-
<version>8.0.0-alpha.1</version>
25+
<version>9.0.0-dev.0</version>
2626
<licence>agpl</licence>
2727
<author>Côme Chilliet</author>
2828
<author>Christopher Ng</author>
@@ -42,7 +42,7 @@ This app allows users to easily migrate from one instance to another using an ex
4242
<screenshot>https://raw.githubusercontent.com/nextcloud/user_migration/main/screenshots/import.png</screenshot>
4343

4444
<dependencies>
45-
<nextcloud min-version="31" max-version="31"/>
45+
<nextcloud min-version="32" max-version="32"/>
4646
</dependencies>
4747

4848
<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
@@ -49,5 +49,5 @@
4949
"node": "^20.0.0",
5050
"npm": "^10.0.0"
5151
},
52-
"version": "8.0.0-dev.0"
52+
"version": "9.0.0-dev.0"
5353
}

0 commit comments

Comments
 (0)