diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index b6f3708cf..780a14445 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 16.18.0 (09-12-2023) +- Update to latest version from coderaiser/cloudcmd ### 16.17.7-6 (25-11-2023) - Minor bugs fixed ### 16.17.7-3 (19-11-2023) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 02d3c42f2..1e2ec1d0f 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -96,5 +96,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.17.7-6" + "version": "16.18.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index e53ec6c7d..8b865ab63 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "13-10-2023", + "last_update": "09-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.17.7" + "upstream_version": "16.18.0" }