From be01c7ce3afcce42ad0193b073414264198bd963 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Feb 2023 01:56:27 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 16.13.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 46790d78e..635f49a57 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.13.1 (04-02-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.11.0 (28-01-2023) - Update to latest version from coderaiser/cloudcmd diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 557f6a348..23d0cacc8 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -76,5 +76,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.11.0" + "version": "16.13.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 73872783a..9f185308c 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "28-01-2023", + "last_update": "04-02-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.11.0" + "upstream_version": "16.13.1" }