Skip to content

Commit

Permalink
wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
acon96 committed Apr 11, 2024
1 parent 655e56e commit d61b9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/llama_conversation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,5 @@
}
}

INTEGRATION_VERSION = "0.2.11"
INTEGRATION_VERSION = "0.2.12"
EMBEDDED_LLAMA_CPP_PYTHON_VERSION = "0.2.60"
2 changes: 1 addition & 1 deletion custom_components/llama_conversation/manifest.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit d61b9b9

Please sign in to comment.