From 5b251b3ac428fa1bc59e96aabdbbbe88f36f4dec Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 22 Oct 2022 01:56:12 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.6.1 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/config.json | 2 +- cloudcommander/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 5168d1535..0d62f458e 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.6.1 (22-10-2022) +- Update to latest version from coderaiser/cloudcmd + ## 16.6.0 (11-10-2022) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 8c5e9e35a..68edb06c2 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.6.0" + "version": "16.6.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 5e3b6f8db..265869126 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-10-2022", + "last_update": "22-10-2022", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.6.0" + "upstream_version": "16.6.1" }