From 91784afe89acd25582d0818fc01ba09d98d1cc51 Mon Sep 17 00:00:00 2001 From: nguyenvanduocit+ Date: Fri, 3 Mar 2023 00:16:39 +0700 Subject: [PATCH] 0.2.3 --- 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 6997dc0..fea0bcd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-assistant", "name": "AI Assistant", - "version": "0.2.2", + "version": "0.2.3", "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 c9febb0..903b9ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ai-assistant", - "version": "0.2.2", + "version": "0.2.3", "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 cb4afef..999a508 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.2.0": "0.15.0", "0.2.1": "0.15.0", - "0.2.2": "0.15.0" + "0.2.2": "0.15.0", + "0.2.3": "0.15.0" } \ No newline at end of file