diff --git a/manifest.json b/manifest.json index 5c77f07..5684c22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.0.3", + "version": "0.1.0", "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 d0c9c9a..51780b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.0.3", + "version": "0.1.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.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2c29e63..9613fba 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.2": "1.5.0", - "0.0.3": "1.5.0" + "0.0.3": "1.5.0", + "0.1.0": "1.5.0" } \ No newline at end of file