From 2888590c1e748c3a3c2a533876ca048adae89104 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Mar 2024 01:56:28 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 17.2.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 715f3f3c9..3b4a5d1bb 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 17.2.0 (23-03-2024) +- Update to latest version from coderaiser/cloudcmd + ## 17.0.7 (16-03-2024) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index cdece9ec2..29a7df709 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.0.7" + "version": "17.2.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 9638abf24..20e0c9050 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-03-2024", + "last_update": "23-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "17.0.7" + "upstream_version": "17.2.0" }