From e2041a3b562e565cb16ac36ae0f578c37b0791e5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 3 Feb 2024 01:56:34 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 17.0.3 --- 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 c3b0d0193..107c0bdc2 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 17.0.3 (03-02-2024) +- Update to latest version from coderaiser/cloudcmd + ## 17.0.1 (27-01-2024) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 73c3b3a77..cb22b5727 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.1" + "version": "17.0.3" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index aa79a1d98..a9d618ed9 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-01-2024", + "last_update": "03-02-2024", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "17.0.1" + "upstream_version": "17.0.3" }