diff --git a/manifest.json b/manifest.json index 92cf575..fad97ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.8.3", + "version": "0.8.4", "minAppVersion": "1.5.0", "description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.", "author": "anpigon", diff --git a/package.json b/package.json index 55ee717..9a5ec74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.8.3", + "version": "0.8.4", "description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bcc3b7c..a57370e 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "0.8.0": "1.5.0", "0.8.1": "1.5.0", "0.8.2": "1.5.0", - "0.8.3": "1.5.0" + "0.8.3": "1.5.0", + "0.8.4": "1.5.0" } \ No newline at end of file