From 8236ffb4c39370a10ec00d48f7b3b7c70ae8ccc8 Mon Sep 17 00:00:00 2001 From: YeonV Date: Wed, 25 Nov 2020 14:17:34 +0000 Subject: [PATCH] v0.2.1 --- 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 678dd49..5f3e87f 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.0" +VERSION = "0.2.1" MANUFACTURER = "YeonV" ISSUE_URL = "https://github.com/YeonV/ledfxrm/issues"