From aa3cfa2094fc9d28dfce3cf4a28f59b9af0ec704 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Mar 2024 02:01:12 +0100 Subject: [PATCH] Updater bot : scrutiny updated to v0.7.3 --- scrutiny/CHANGELOG.md | 3 +++ scrutiny/config.json | 2 +- scrutiny/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index d53061615..e83b39ba0 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,4 +1,7 @@ +## v0.7.3 (02-03-2024) +- Update to latest version from analogj/scrutiny + ## v0.7.2 (20-10-2023) - Update to latest version from analogj/scrutiny diff --git a/scrutiny/config.json b/scrutiny/config.json index 54d3564d2..f00b69aa8 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -109,5 +109,5 @@ "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.7.2-3" + "version": "v0.7.3" } diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 3693c7aba..86e324850 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "20-10-2023", + "last_update": "02-03-2024", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "analogj/scrutiny", - "upstream_version": "v0.7.2" + "upstream_version": "v0.7.3" }