diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index 4e5afe60c..5b1321557 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.2.2592-ls93 (09-08-2022) +- Update to latest version from linuxserver/docker-lidarr + ## 1.0.2.2592-ls92 (04-08-2022) - Update to latest version from linuxserver/docker-lidarr diff --git a/lidarr/config.json b/lidarr/config.json index 6cebd89af..8dfc4520f 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -80,6 +80,6 @@ }, "slug": "lidarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "version": "1.0.2.2592-ls92", + "version": "1.0.2.2592-ls93", "webui": "http://[HOST]:[PORT:8686]" } diff --git a/lidarr/updater.json b/lidarr/updater.json index 08637cada..033fee45b 100644 --- a/lidarr/updater.json +++ b/lidarr/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "04-08-2022", + "last_update": "09-08-2022", "repository": "alexbelgium/hassio-addons", "slug": "lidarr", "source": "github", "upstream_repo": "linuxserver/docker-lidarr", - "upstream_version": "1.0.2.2592-ls92" + "upstream_version": "1.0.2.2592-ls93" }