From b0cd02094105ec3312da3f256d3c28cff9180001 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sat, 15 Apr 2023 00:32:47 +0200 Subject: [PATCH] Bump versions --- 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 b9ad12b..c4dcaaa 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.7.3"], - "version": "0.5.1-beta.1" + "requirements": ["pyhOn==0.7.4"], + "version": "0.5.1" }