From 6d8a478c8434b513083b52df6a32ce58aed1017d Mon Sep 17 00:00:00 2001 From: Michael Borohovski Date: Sun, 19 Nov 2023 15:29:24 -0800 Subject: [PATCH] Update version --- custom_components/lucidmotors/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/lucidmotors/manifest.json b/custom_components/lucidmotors/manifest.json index d80664a..ed847d0 100644 --- a/custom_components/lucidmotors/manifest.json +++ b/custom_components/lucidmotors/manifest.json @@ -9,9 +9,9 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/borski/ha-lucidmotors/issues", "requirements": [ - "lucidmotors==0.1.1" + "lucidmotors==0.1.2" ], "ssdp": [], - "version": "0.1.0", + "version": "0.1.1", "zeroconf": [] }