From dd9e32c3f9b6800beb27fb35726210919fd78282 Mon Sep 17 00:00:00 2001 From: turbokongen Date: Sun, 17 Mar 2024 08:12:21 +0100 Subject: [PATCH] Bump version --- custom_components/ams/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ams/manifest.json b/custom_components/ams/manifest.json index c08630f..e2ef0d5 100755 --- a/custom_components/ams/manifest.json +++ b/custom_components/ams/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/turbokongen/hass-AMS/issues", "requirements": ["pyserial==3.5", "crccheck==1.0"], - "version": "2.0.1" + "version": "2.0.2" }