diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index c09985118..96e288be3 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.14.1 (24-03-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.14.0 (11-03-2023) - Update to latest version from coderaiser/cloudcmd - Implemented healthcheck diff --git a/cloudcommander/config.json b/cloudcommander/config.json index c25b9e226..26f26a035 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -76,5 +76,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.14.0" + "version": "16.14.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 06a23f9b2..71d31d64c 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-03-2023", + "last_update": "24-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.14.0" + "upstream_version": "16.14.1" }