From e49841608dcf43e7b751eee45b95339e2f272798 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 23 Apr 2023 03:40:23 +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 7375099..4e368ca 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.8.1"], - "version": "0.6.1" + "requirements": ["pyhOn==0.8.2"], + "version": "0.7.0-beta.1" }