From 23a69c09dc90af5b1e538f58553f2598fca39ba1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Apr 2024 18:40:49 +0200 Subject: [PATCH] Correct Shebangs https://github.com/alexbelgium/hassio-addons/issues/1344 --- scrutiny_fa/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 21fcd826e..261383dcb 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -48,5 +48,5 @@ "slug": "scrutiny_fa", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1" + "version": "v0.8.1-2" }