Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 28 support on main
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 17, 2023
1 parent 77ef7e7 commit 7205d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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>4.0.0</version>
<version>4.1.0</version>
<licence>agpl</licence>
<author>Côme Chilliet</author>
<author>Christopher Ng</author>
Expand All @@ -38,7 +38,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="25" max-version="27"/>
<nextcloud min-version="25" max-version="28"/>
</dependencies>

<commands>
Expand Down

0 comments on commit 7205d01

Please sign in to comment.