diff --git a/bun.lockb b/bun.lockb index bd3f45e..fc7a028 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/manifest.json b/manifest.json index 38a9b2a..5c77f07 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.0.2", + "version": "0.0.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 4e332c0..d0c9c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.0.2", + "version": "0.0.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 c4cdf16..2c29e63 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.2": "1.5.0" + "0.0.2": "1.5.0", + "0.0.3": "1.5.0" } \ No newline at end of file