From d9060fdaa2758ba7596604a116b6399a1e33c735 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 Apr 2024 01:56:30 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 17.3.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 a5d694d4c..36b7f8fd9 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 17.3.3 (06-04-2024) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 17.3.2 (30-03-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 ba3341801..fec85f391 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.2" + "version": "17.3.3" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index ae6a3c0a0..0630d81ea 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "30-03-2024", + "last_update": "06-04-2024", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "17.3.2" + "upstream_version": "17.3.3" }