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" }