From f5243f2fedd92aec2a7d113e359a5b05462dc1e2 Mon Sep 17 00:00:00 2001 From: hcoohb Date: Mon, 1 Aug 2022 12:05:30 +0000 Subject: [PATCH] Update release version v1.0.1 --- custom_components/yeelight_bt/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/yeelight_bt/manifest.json b/custom_components/yeelight_bt/manifest.json index bee4c30..7e82ea2 100644 --- a/custom_components/yeelight_bt/manifest.json +++ b/custom_components/yeelight_bt/manifest.json @@ -7,7 +7,7 @@ "dependencies": [], "codeowners": ["@hcoohb"], "requirements": ["bleak>=0.14.3"], - "version": "1.0.0", + "version": "1.0.1", "iot_class": "local_polling", "loggers": ["bleak"] }