Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 32 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 Jan 27, 2025
1 parent b575f7b commit a726a75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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>8.0.0-alpha.1</version>
<version>9.0.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="31" max-version="31"/>
<nextcloud min-version="32" max-version="32"/>
</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": "^20.0.0",
"npm": "^10.0.0"
},
"version": "8.0.0-dev.0"
"version": "9.0.0-dev.0"
}

0 comments on commit a726a75

Please sign in to comment.