From 76790352de0b0aa7894ecc6ea4a84d7816348f9a Mon Sep 17 00:00:00 2001 From: anpigon Date: Sat, 6 Jul 2024 11:51:15 +0900 Subject: [PATCH] chore: bump version to 0.8.2 in manifest.json, package.json, and versions.json --- 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 f565bfd..d9a6347 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.8.1", + "version": "0.8.2", "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 afe3eeb..93fddd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.8.1", + "version": "0.8.2", "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 c7cabcc..c5183c4 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "0.6.6": "1.5.0", "0.7.0": "1.5.0", "0.8.0": "1.5.0", - "0.8.1": "1.5.0" + "0.8.1": "1.5.0", + "0.8.2": "1.5.0" } \ No newline at end of file