From 85bbdb359555d7b3503735fe7d877e4a909c508e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 May 2023 17:14:50 +0200 Subject: [PATCH] Avoid bash error https://github.com/alexbelgium/hassio-addons/issues/747#issuecomment-1561220768 --- free_games_claimer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free_games_claimer/config.json b/free_games_claimer/config.json index 96949b3f2..bde0bff08 100644 --- a/free_games_claimer/config.json +++ b/free_games_claimer/config.json @@ -77,6 +77,6 @@ }, "slug": "free_games_claimer", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4-test2", + "version": "1.4-test3", "webui": "[PROTO:ssl]://[HOST]:[PORT:6080]" }