From e068ad53520bccf28ad98910d6a06356cf4a2137 Mon Sep 17 00:00:00 2001 From: YeonV Date: Fri, 22 Jan 2021 23:51:26 +0000 Subject: [PATCH] v0.2.5 --- 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 4d56146..cef0c45 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.4" +VERSION = "0.2.5" MANUFACTURER = "YeonV" ISSUE_URL = "https://github.com/YeonV/ledfxrm/issues"