From 8970ea1bbb8369505fd96f2d41b155ee31a578cf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 15 Jul 2023 01:56:51 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.16.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 7034529b8..b30ae20d3 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.16.0 (15-07-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.15.0 (19-05-2023) - Update to latest version from coderaiser/cloudcmd - Feat : cifsdomain added diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 831a45231..4101bf99b 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -90,5 +90,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.15.0" + "version": "16.16.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 8d02958a0..1d62f3508 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-05-2023", + "last_update": "15-07-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.15.0" + "upstream_version": "16.16.0" }