From e24a17f702ab611c41193f67f2e97e041dd2086c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 12 May 2022 14:12:44 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.1.1 --- 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 c5d756b19..b1106982e 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.1.1 (12-05-2022) +- Update to latest version from coderaiser/cloudcmd + ## 16.1.0 (27-04-2022) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 9e586945a..88a61aa70 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.0" + "version": "16.1.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 352ab99c8..1d3033b87 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-04-2022", + "last_update": "12-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.1.0" + "upstream_version": "16.1.1" }