From 97eeb66abebc034bb379958f1ca5d5382d0913f5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Apr 2024 18:28:35 +0200 Subject: [PATCH] Add script for automatic correction of shebang https://github.com/alexbelgium/hassio-addons/issues/1344 --- scrutiny/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index c54f5ddb7..26c936fb5 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -113,5 +113,5 @@ "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.8.1" + "version": "v0.8.1-2" }