From c7698b60dcc0ad6f3413dd5afd4ea8b816878710 Mon Sep 17 00:00:00 2001 From: YeonV Date: Thu, 19 Nov 2020 21:21:39 +0100 Subject: [PATCH] v0.1.8 --- custom_components/ledfxrm/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ledfxrm/const.py b/custom_components/ledfxrm/const.py index 4614ca9..cf7f989 100644 --- a/custom_components/ledfxrm/const.py +++ b/custom_components/ledfxrm/const.py @@ -3,7 +3,7 @@ NAME = "LedFX ReMote" DOMAIN = "ledfxrm" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.1.7" +VERSION = "0.1.8" MANUFACTURER = "YeonV" ISSUE_URL = "https://github.com/YeonV/ledfxrm/issues"