diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index 001a61e12..27b280337 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## v9.0.12-pro (05-11-2022) +- Update to latest version from haiwen/seahub + ## v9.0.11-pro (29-10-2022) - Update to latest version from haiwen/seahub diff --git a/seafile/config.json b/seafile/config.json index 0d4f29963..e4ca0549d 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -95,6 +95,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "v9.0.11-pro", + "version": "v9.0.12-pro", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" } diff --git a/seafile/updater.json b/seafile/updater.json index a2bb49577..f63399922 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "29-10-2022", + "last_update": "05-11-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "github", "upstream_repo": "haiwen/seahub", - "upstream_version": "v9.0.11-pro" + "upstream_version": "v9.0.12-pro" }