From bf59e5b082cdad9f8f641402c2e112f48f8aab01 Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Sun, 16 Jun 2024 15:10:21 -0400 Subject: [PATCH] reset manifest because that isn't a thing --- custom_components/llama_conversation/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/llama_conversation/manifest.json b/custom_components/llama_conversation/manifest.json index 9ca6b15..d5c6da9 100644 --- a/custom_components/llama_conversation/manifest.json +++ b/custom_components/llama_conversation/manifest.json @@ -1,7 +1,7 @@ { "domain": "llama_conversation", "name": "Local LLM Conversation", - "version": "develop", + "version": "0.3.3", "codeowners": ["@acon96"], "config_flow": true, "dependencies": ["conversation"],