From 492ff53f62fe0f1d1e19ab78ee043373e33e5c85 Mon Sep 17 00:00:00 2001 From: anpigon Date: Sat, 15 Jun 2024 11:52:40 +0900 Subject: [PATCH] Release 0.6.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 1e8ba43..ce56bec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.6.5", + "version": "0.6.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 2478abb..e3f80ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.6.5", + "version": "0.6.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 8d91289..14d3984 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "0.6.2": "1.5.0", "0.6.3": "1.5.0", "0.6.4": "1.5.0", - "0.6.5": "1.5.0" + "0.6.5": "1.5.0", + "0.6.6": "1.5.0" } \ No newline at end of file