From 5370c9cc64447f7e4b8b137e5054f6f890c82e1c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 9 Mar 2024 01:56:42 +0100 Subject: [PATCH] Updater bot : comixed updated to --- comixed/CHANGELOG.md | 3 +++ comixed/config.json | 2 +- comixed/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/comixed/CHANGELOG.md b/comixed/CHANGELOG.md index a28bc3d7d..2bb54b871 100644 --- a/comixed/CHANGELOG.md +++ b/comixed/CHANGELOG.md @@ -1,2 +1,5 @@ + +## (09-03-2024) +- Update to latest version from comixed/comixed ### 1.4.3-5 (06-03-2024) - New addon diff --git a/comixed/config.json b/comixed/config.json index 2c7f1502c..d452da74e 100644 --- a/comixed/config.json +++ b/comixed/config.json @@ -89,5 +89,5 @@ "slug": "comixed", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.3-5" + "version": "" } diff --git a/comixed/updater.json b/comixed/updater.json index d7a0f1a5f..9c3387325 100644 --- a/comixed/updater.json +++ b/comixed/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "06-03-2024", + "last_update": "09-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "comixed", "source": "Dockerhub", "upstream_repo": "comixed/comixed", - "upstream_version": "1.4.3" + "upstream_version": "" }