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" }