From ecb1befc8fae3535fb63f01b2366fc567c1a23e0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 9 Sep 2023 11:51:03 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.17.5 --- 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 7c0569504..40a5c70f9 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.17.5 (09-09-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.16.3 (12-08-2023) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index dd2e408cd..f20fca730 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -90,5 +90,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.16.3" + "version": "16.17.5" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index b5f425ac7..6b5842264 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-08-2023", + "last_update": "09-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.16.3" + "upstream_version": "16.17.5" }