From 8f1fc627e63dc3c6704a1177e4d44111c28baa30 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 26 Mar 2024 00:21:42 +0100 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 562cc0a..b6cfe15 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.17.0" + "pyhOn==0.17.1" ], - "version": "0.14.0-beta.2" + "version": "0.14.0-beta.3" }