diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index c9a64bc19..d5bc1186d 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 25.1.8 (11-01-2025) +- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) ## 0.0.8 (10-01-2025) - Minor bugs fixed ## 0.0.7 diff --git a/netalertx/config.json b/netalertx/config.json index db759478d..7b0f635f2 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -101,6 +101,6 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.0.8", + "version": "25.1.8", "webui": "[PROTO:ssl]://[HOST]:[PORT:20211]" } diff --git a/netalertx/updater.json b/netalertx/updater.json index d6d923541..3432e7433 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "24.12.23" + "upstream_version": "25.1.8" }