From 2f9f2febb6da322c6d164a578fd8ca699bedff92 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 25 Jul 2025 21:22:53 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 18.7.2 --- 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 2c99ececc..a92487af0 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 18.7.2 (25-07-2025) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) ## 18.7.1 (12-07-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 0ea0f3cb2..6dd071d46 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -108,5 +108,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "18.7.1" + "version": "18.7.2" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index fd6d05e08..ecec2c0f6 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-07-2025", + "last_update": "25-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "18.7.1" + "upstream_version": "18.7.2" }