From 228cf3cf7303a9968455b2e4560f47212d92f8bf Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 7 Jun 2023 02:33:53 +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 eb9460c..55f2d4b 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.0" + "pyhOn==0.12.1" ], - "version": "0.8.0-beta.8" + "version": "0.8.0-beta.9" }