From 4896934021f655da4d21cc5dd2dd62737f99b0fb Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Jun 2022 01:55:41 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.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 b1106982e..0c6b1e4e2 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.2.0 (18-06-2022) +- Update to latest version from coderaiser/cloudcmd + ## 16.1.1 (12-05-2022) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 88a61aa70..6155e21d0 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -72,5 +72,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.1.1" + "version": "16.2.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 1d3033b87..4d865f144 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-05-2022", + "last_update": "18-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.1.1" + "upstream_version": "16.2.0" }