diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 7c0569504..40a5c70f9 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.17.5 (09-09-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.16.3 (12-08-2023) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index dd2e408cd..f20fca730 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -90,5 +90,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.16.3" + "version": "16.17.5" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index b5f425ac7..6b5842264 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-08-2023", + "last_update": "09-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.16.3" + "upstream_version": "16.17.5" }