From 0b345e082bf64545280b159cd54acc12b5390a8e Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sat, 1 Jul 2023 16:38:24 +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 c6d92bb..b68f53e 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.14.6" + "pyhOn==0.14.7" ], - "version": "0.9.0-beta.7" + "version": "0.9.0-beta.8" }