diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index b1106982e..0c6b1e4e2 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.2.0 (18-06-2022) +- Update to latest version from coderaiser/cloudcmd + ## 16.1.1 (12-05-2022) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 88a61aa70..6155e21d0 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -72,5 +72,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.1.1" + "version": "16.2.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 1d3033b87..4d865f144 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-05-2022", + "last_update": "18-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.1.1" + "upstream_version": "16.2.0" }