Skip to content

Commit fe83d71

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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>9.1.0-dev.0</version>
25+
<version>9.2.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="29" max-version="33"/>
45+
<nextcloud min-version="29" max-version="34"/>
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": "^24.0.0",
5050
"npm": "^11.3.0"
5151
},
52-
"version": "9.1.0-dev.0"
52+
"version": "9.2.0-dev.0"
5353
}

0 commit comments

Comments
 (0)