From 8eaf2d75e6f964305659b90aad54e4719cbab5f4 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 13 Mar 2023 23:12:19 +0100 Subject: [PATCH] Bump version to v0.2.3 --- 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 c9b880f..3d9df7d 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.3.5"], - "version": "0.2.2" + "requirements": ["pyhOn==0.3.6"], + "version": "0.2.3" }