From 37317bc6b3ee09ffb7cf9fbe46f41b280b94c553 Mon Sep 17 00:00:00 2001 From: YeonV Date: Tue, 29 Dec 2020 14:10:40 +0100 Subject: [PATCH] v0.2.3 --- 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 b2e3ed9..dfe6499 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.2.2" +VERSION = "0.2.3" MANUFACTURER = "YeonV" ISSUE_URL = "https://github.com/YeonV/ledfxrm/issues"