diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index 68dde260e..f2791a0ce 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1 +1,4 @@ + +## (06-05-2022) +- Update to latest version from golift/unpackerr - Initial build diff --git a/unpackerr/config.json b/unpackerr/config.json index e34288742..1bcc23e7a 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -20,5 +20,5 @@ "name": "Unpackerr", "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1" -} \ No newline at end of file + "version": "" +} diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 986512183..2c4ccccba 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "03-05-2022", + "last_update": "06-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "dockerhub", "upstream_repo": "golift/unpackerr", - "upstream_version": "develop-0.3.0.1730-ls53" -} \ No newline at end of file + "upstream_version": "" +}