From 5e47f3239d60de3f76d2bd633ce468d330b348d7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 8 Dec 2022 10:02:46 +0100 Subject: [PATCH] Avoid mismatch https://github.com/alexbelgium/hassio-addons/issues/591 --- wger/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wger/config.json b/wger/config.json index 03e5cbb37..7b5614790 100644 --- a/wger/config.json +++ b/wger/config.json @@ -27,6 +27,6 @@ "slug": "wger", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.9-2", + "version": "1.9-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }