From e98c4002843b40958563be115dca4b51d93f5f86 Mon Sep 17 00:00:00 2001 From: nguyenvanduocit+ Date: Fri, 3 Mar 2023 00:18:09 +0700 Subject: [PATCH] 0.2.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 fea0bcd..f73a04c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-assistant", "name": "AI Assistant", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "0.15.0", "description": "A plugin for Obsidian that uses OpenAI's API to assist users in their note-taking and writing process", "author": "duocnv", diff --git a/package.json b/package.json index 903b9ed..585a8bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ai-assistant", - "version": "0.2.3", + "version": "0.2.4", "description": "Embed any website to Obsidian, from now all, you have anything you need in one place.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 999a508..5a483ff 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.2.0": "0.15.0", "0.2.1": "0.15.0", "0.2.2": "0.15.0", - "0.2.3": "0.15.0" + "0.2.3": "0.15.0", + "0.2.4": "0.15.0" } \ No newline at end of file