Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This app allows users to easily migrate from one instance to another using an ex
- **⚙ Go into `Personal settings` > `Data migration` and start the import**
- **🎉 Enjoy your stay on your new instance** and close you old account
]]></description>
<version>9.1.0-dev.0</version>
<version>9.2.0-dev.0</version>
<licence>agpl</licence>
<author>Côme Chilliet</author>
<author>Christopher Ng</author>
Expand All @@ -42,7 +42,7 @@ This app allows users to easily migrate from one instance to another using an ex
<screenshot>https://raw.githubusercontent.com/nextcloud/user_migration/main/screenshots/import.png</screenshot>

<dependencies>
<nextcloud min-version="29" max-version="33"/>
<nextcloud min-version="29" max-version="34"/>
</dependencies>

<commands>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"node": "^24.0.0",
"npm": "^11.3.0"
},
"version": "9.1.0-dev.0"
"version": "9.2.0-dev.0"
}
Loading