From 4cc087a1febda1596409ec47ed9288fd8a2d9894 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 19 May 2023 22:09:32 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.15.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 4b26ae63a..7034529b8 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 16.15.0 (19-05-2023) +- Update to latest version from coderaiser/cloudcmd - Feat : cifsdomain added ## 16.14.1 (24-03-2023) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 6bc84477b..831a45231 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.14.1" + "version": "16.15.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 71d31d64c..8d02958a0 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "24-03-2023", + "last_update": "19-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.14.1" + "upstream_version": "16.15.0" }