From eacf676eaa5f8e127af624a726d3a89a777ddf4c Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Mon, 3 Jan 2022 12:39:33 -0500 Subject: [PATCH] Bumping up version --- custom_components/hilo/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hilo/manifest.json b/custom_components/hilo/manifest.json index d02f861..b9cbb63 100644 --- a/custom_components/hilo/manifest.json +++ b/custom_components/hilo/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://github.com/dvd-dev/hilo", "issue_tracker": "https://github.com/dvd-dev/hilo/issues", - "requirements": ["python-hilo>=2022.1.1"], + "requirements": ["python-hilo>=2022.1.2"], "after_dependencies": [ "energy", "integration", @@ -12,5 +12,5 @@ ], "codeowners": ["@dvd-dev"], "iot_class": "cloud_polling", - "version": "2022.1.3" + "version": "2022.1.4" }