From cf49dd906ffe232675d6511d01b8e2c72f28eb36 Mon Sep 17 00:00:00 2001 From: anpigon Date: Fri, 15 Nov 2024 22:07:35 +0900 Subject: [PATCH] bump(version): increment version number to 0.8.9 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 db29f5a..673afbf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "max-chatbot", "name": "MAX", - "version": "0.8.8", + "version": "0.8.9", "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 c103c21..84febe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "max-chatbot", - "version": "0.8.8", + "version": "0.8.9", "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 e296f40..ba22e49 100644 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "0.8.5": "1.5.0", "0.8.6": "1.5.0", "0.8.7": "1.5.0", - "0.8.8": "1.5.0" + "0.8.8": "1.5.0", + "0.8.9": "1.5.0" } \ No newline at end of file