diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index bea0957ec..679530615 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.3.1 (05-07-2022) +- Update to latest version from coderaiser/cloudcmd + ## 16.3.0 (02-07-2022) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 5d13c73f6..f18ae73a9 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -74,5 +74,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.3.0" + "version": "16.3.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 594ddda1c..1d7dcc852 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-07-2022", + "last_update": "05-07-2022", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.3.0" + "upstream_version": "16.3.1" }