diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 46790d78e..635f49a57 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.13.1 (04-02-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.11.0 (28-01-2023) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 557f6a348..23d0cacc8 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.11.0" + "version": "16.13.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 73872783a..9f185308c 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "28-01-2023", + "last_update": "04-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.11.0" + "upstream_version": "16.13.1" }