diff --git a/spotweb/CHANGELOG.md b/spotweb/CHANGELOG.md index a1f66c5b8..8527d4ecb 100644 --- a/spotweb/CHANGELOG.md +++ b/spotweb/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.5.4 (07-01-2023) +- Update to latest version from spotweb/spotweb + ## 1.5.3 (27-11-2022) - Update to latest version from spotweb/spotweb - WARNING : update to supervisor 2022.11 before installing diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index e396ed25b..f77e20c2d 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -33,7 +33,7 @@ ENV LANG C.UTF-8 ENV APP_ID="spotweb" ENV APP_NAME="Spotweb" ENV APP_DIR="/app" -ENV BUILD_UPSTREAM="1.5.3" +ENV BUILD_UPSTREAM="1.5.4" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/spotweb/config.json b/spotweb/config.json index 143a6eca4..a9b291ccb 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -45,5 +45,5 @@ ], "slug": "spotweb", "url": "https://github.com/alexbelgium/hassio-addons/spotweb", - "version": "1.5.3" + "version": "1.5.4" } diff --git a/spotweb/updater.json b/spotweb/updater.json index 7e98a9e4c..a6e7ce865 100644 --- a/spotweb/updater.json +++ b/spotweb/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-11-2022", + "last_update": "07-01-2023", "repository": "alexbelgium/hassio-addons", "slug": "spotweb", "source": "github", "upstream_repo": "spotweb/spotweb", - "upstream_version": "1.5.3" + "upstream_version": "1.5.4" }