From cc823f49ff72f0739cb3e0a94c3fea508803d9b3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Nov 2024 01:57:53 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 18.3.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 449fecfd3..cbabc1c72 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 18.3.0 (16-11-2024) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 18.2.1 (09-11-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 1f79590fc..2c86c45f8 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.2.1" + "version": "18.3.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 1b8d4d38f..be83151cc 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "09-11-2024", + "last_update": "16-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "18.2.1" + "upstream_version": "18.3.0" }