From eae5084da4d69ae33fa9aefe6906826ce9425ef6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Feb 2025 02:53:26 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 18.5.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 b3a056988..1f151b084 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 18.5.1 (08-02-2025) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 18.5.0 (25-01-2025) - Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 6f722fc5d..5ecb42bbd 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -104,5 +104,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "18.5.0" + "version": "18.5.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index ca947ba87..f4c894736 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-01-2025", + "last_update": "08-02-2025", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "18.5.0" + "upstream_version": "18.5.1" }