From 7822c590622f65352ad5ee65986d0fd334551ed5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 21 Jul 2022 01:55:48 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.4.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 500d0169a..8e2a6c3be 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.4.1 (21-07-2022) +- Update to latest version from coderaiser/cloudcmd + ## 16.4.0 (12-07-2022) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 06dd167c9..1ac504454 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.4.0" + "version": "16.4.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index f1be372bb..d7bd1dc8b 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-07-2022", + "last_update": "21-07-2022", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.4.0" + "upstream_version": "16.4.1" }