From 5dd41b0b3fd0923841eb6ccab501dfc54223c961 Mon Sep 17 00:00:00 2001 From: anpigon Date: Wed, 14 Aug 2024 00:04:28 +0900 Subject: [PATCH] chore(release): Release 0.8.4 --- 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 92cf575..fad97ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.8.3", + "version": "0.8.4", "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 55ee717..9a5ec74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.8.3", + "version": "0.8.4", "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 bcc3b7c..a57370e 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "0.8.0": "1.5.0", "0.8.1": "1.5.0", "0.8.2": "1.5.0", - "0.8.3": "1.5.0" + "0.8.3": "1.5.0", + "0.8.4": "1.5.0" } \ No newline at end of file