From af46a50d3957bee2911ba9df2b3cb8941ce7e54a Mon Sep 17 00:00:00 2001 From: anpigon Date: Mon, 27 May 2024 19:57:13 +0900 Subject: [PATCH] Release 0.1.6 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c7d02f6..6aacc2e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.1.5", + "version": "0.1.6", "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 89b7376..66ffac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.1.5", + "version": "0.1.6", "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 bc89b36..a296ae9 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.1.2": "1.5.0", "0.1.3": "1.5.0", "0.1.4": "1.5.0", - "0.1.5": "1.5.0" + "0.1.5": "1.5.0", + "0.1.6": "1.5.0" } \ No newline at end of file