From 18ea651b81812d4a6db35b7259c447759faf85d4 Mon Sep 17 00:00:00 2001 From: YeonV Date: Tue, 29 Dec 2020 13:10:16 +0100 Subject: [PATCH] v0.2.2 --- 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 5f3e87f..b2e3ed9 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.1" +VERSION = "0.2.2" MANUFACTURER = "YeonV" ISSUE_URL = "https://github.com/YeonV/ledfxrm/issues"