From 38670613cc3a9b68a2c58c5b7efffa858828fe1e Mon Sep 17 00:00:00 2001 From: alondmnt Date: Wed, 14 Aug 2024 13:23:24 +1000 Subject: [PATCH] version: v0.9.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 810a349..df777f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-jarvis", - "version": "0.8.5", + "version": "0.9.0", "scripts": { "dist": "webpack --env joplinPluginConfig=buildMain && webpack --env joplinPluginConfig=buildExtraScripts && webpack --env joplinPluginConfig=createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index 7f35418..93d187d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.jarvis", "app_min_version": "2.8", - "version": "0.8.5", + "version": "0.9.0", "name": "Jarvis", "description": "Joplin AI assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, USE), including: related notes (semantic search), chat with LLMs and your notes, prompt templates, auto-tags and more.", "author": "Alon Diament",