diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index f30e3f69a..ecc8ddc7d 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.6-pro (02-07-2022) +- Update to latest version from haiwen/seahub + ## v9.0.6-server (18-06-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index b80b49540..72bead1ba 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -94,6 +94,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "v9.0.6-server", + "version": "v9.0.6-pro", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index c61b3669b..5d2661db3 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "18-06-2022", + "last_update": "02-07-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.6-server" + "upstream_version": "v9.0.6-pro" }