From 4b95accf02312ef32523844c61b4c3af0e0ede65 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sat, 10 Jun 2023 07:03:55 +0200 Subject: [PATCH] Bump version --- custom_components/hon/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 569bb8b..c1ec1a5 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.12.3" + "pyhOn==0.12.4" ], - "version": "0.8.1-beta.1" + "version": "0.8.1" }