diff --git a/custom_components/llama_conversation/const.py b/custom_components/llama_conversation/const.py index 3c17f9b..d7671a3 100644 --- a/custom_components/llama_conversation/const.py +++ b/custom_components/llama_conversation/const.py @@ -231,5 +231,5 @@ } } -INTEGRATION_VERSION = "0.2.11" +INTEGRATION_VERSION = "0.2.12" EMBEDDED_LLAMA_CPP_PYTHON_VERSION = "0.2.60" \ No newline at end of file diff --git a/custom_components/llama_conversation/manifest.json b/custom_components/llama_conversation/manifest.json index 6260665..bf14ba8 100644 --- a/custom_components/llama_conversation/manifest.json +++ b/custom_components/llama_conversation/manifest.json @@ -1,7 +1,7 @@ { "domain": "llama_conversation", "name": "LLaMA Conversation", - "version": "0.2.11", + "version": "0.2.12", "codeowners": ["@acon96"], "config_flow": true, "dependencies": ["conversation"],