From 2c3217ff95b94b06e90c1e25e1b72399ec9023d1 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 21 Jun 2023 19:56:45 +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 a0f5e63..2175a14 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.13.0" + "pyhOn==0.13.1" ], - "version": "0.9.0-beta.3" + "version": "0.9.0-beta.4" }