From 8604765fc08d1ff796bb4ba97db2632ddf7577c8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 12 Jul 2022 01:55:50 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.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 679530615..500d0169a 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.4.0 (12-07-2022) +- Update to latest version from coderaiser/cloudcmd + ## 16.3.1 (05-07-2022) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index f18ae73a9..06dd167c9 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -74,5 +74,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.3.1" + "version": "16.4.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 1d7dcc852..f1be372bb 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-07-2022", + "last_update": "12-07-2022", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.3.1" + "upstream_version": "16.4.0" }