From 55c17ec90e6058339059f7da8aaee51546ae314f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 25 Jan 2025 01:55:44 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 18.5.0 --- 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 e3d51cd8d..b3a056988 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 18.5.0 (25-01-2025) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 18.4.1 (14-12-2024) - 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 1a8f65e7a..6f722fc5d 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.4.1" + "version": "18.5.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index c0e6fe7d8..ca947ba87 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "14-12-2024", + "last_update": "25-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "18.4.1" + "upstream_version": "18.5.0" }