From f745edfbeb7e40638ea522ac32b5b92d3d80eefe Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 20 Apr 2024 01:56:31 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 17.4.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 36b7f8fd9..ca8bf4f07 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 17.4.0 (20-04-2024) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 17.3.3 (06-04-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 fec85f391..b18c93d83 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -103,5 +103,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "17.3.3" + "version": "17.4.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 0630d81ea..dc148ab4e 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "06-04-2024", + "last_update": "20-04-2024", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "17.3.3" + "upstream_version": "17.4.0" }