diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index 760416946..27671f603 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.7-server (09-08-2022) +- Update to latest version from haiwen/seahub + ## v9.0.7-pro (04-08-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index 06264b8ea..df7c13a21 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.7-pro", + "version": "v9.0.7-server", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index 0dc2d3973..e5e85cdc0 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "04-08-2022", + "last_update": "09-08-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.7-pro" + "upstream_version": "v9.0.7-server" }