From 556fbfc8a031d55d929eecdacb05ac7d1db00d20 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:19 +0100 Subject: [PATCH] Updater bot : netalertx updated to 25.3.1 --- netalertx/CHANGELOG.md | 3 +++ netalertx/config.json | 2 +- netalertx/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index 87e0586c5..418b66075 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 25.3.1 (01-03-2025) +- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) ## 25.2.8-3 (09-02-2025) - Minor bugs fixed ## 25.2.8-2 (09-02-2025) diff --git a/netalertx/config.json b/netalertx/config.json index 242ab5e8e..585c2141e 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -51,5 +51,5 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.2.8-3" + "version": "25.3.1" } diff --git a/netalertx/updater.json b/netalertx/updater.json index 0cac28f57..9e504c8b3 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "25.2.8" + "upstream_version": "25.3.1" }