From 4c0a7dbc63e12334594d4b443cba53bf7b8f557e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Mar 2024 01:56:35 +0100 Subject: [PATCH] Updater bot : codex updated to 1.5.5 --- codex/CHANGELOG.md | 3 +++ codex/config.json | 2 +- codex/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index 8819432aa..3b7b1b056 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.5.5 (23-03-2024) +- Update to latest version from ajslater/codex + ## 0.1 (08-03-2024) - Minor bugs fixed diff --git a/codex/config.json b/codex/config.json index e96587e25..9e088d309 100644 --- a/codex/config.json +++ b/codex/config.json @@ -105,5 +105,5 @@ "slug": "codex", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.3-5" + "version": "1.5.5" } diff --git a/codex/updater.json b/codex/updater.json index b78266fa6..64b06a757 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "06-03-2024", + "last_update": "23-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "1.4.3" + "upstream_version": "1.5.5" }