From b862968d017619765b681912a49553c254474903 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Mon, 25 Nov 2024 17:31:42 +0300 Subject: [PATCH] Release v2.0.0-alpha --- custom_components/ha_text_ai/manifest.json | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 67d0a7d..c37d467 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -23,6 +23,6 @@ "single_config_entry": false, "ssdp": [], "usb": [], - "version": "2.0.0", + "version": "2.0.0-alpha", "zeroconf": [] } diff --git a/hacs.json b/hacs.json index bb8f572..8d19364 100644 --- a/hacs.json +++ b/hacs.json @@ -4,6 +4,6 @@ "icon": "mdi:robot", "domains": ["sensor"], "homeassistant": "2024.11.0", - "version": "2.0.0", + "version": "2.0.0-alpha", "documentation": "https://github.com/smkrv/ha-text-ai" }