From cb3e07339e82e1528622e0a47206ad673840c3b3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Nov 2022 19:39:00 +0100 Subject: [PATCH] Avoid unbound variables https://github.com/alexbelgium/hassio-addons/issues/575 --- arpspoof/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpspoof/config.json b/arpspoof/config.json index d796f7e91..abc9f046d 100644 --- a/arpspoof/config.json +++ b/arpspoof/config.json @@ -28,6 +28,6 @@ }, "slug": "arpspoof", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpspoof", - "version": "1.0.0", + "version": "1.0.0-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:7022]" }