diff --git a/manifest.json b/manifest.json index ed9c237..cf25564 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.6.2", + "version": "0.6.3", "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 dd48a87..b9f4916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.6.2", + "version": "0.6.3", "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 2fdcf96..7511b56 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.5.0": "1.5.0", "0.6.0": "1.5.0", "0.6.1": "1.5.0", - "0.6.2": "1.5.0" + "0.6.2": "1.5.0", + "0.6.3": "1.5.0" } \ No newline at end of file