From d61b9b9242543ee656ddfdd33ae1e54fe1419935 Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Thu, 11 Apr 2024 00:23:13 -0400 Subject: [PATCH] wrong version number --- custom_components/llama_conversation/const.py | 2 +- custom_components/llama_conversation/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"],