From eed824884ae726219da329da9b2e9474acacffe5 Mon Sep 17 00:00:00 2001 From: Hyeonseo Nam Date: Thu, 4 May 2023 03:01:34 +0900 Subject: [PATCH] v1.1.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6ea6ada..18358c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto-classifier", "name": "Auto Classifier", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "1.1.1", "description": "This plugin automatically classify tag from your notes using ChatGPT API. It analyze your note (It can be title, frontmatter, content or selected area) and automatically insert tag where you set.", "author": "Hyeonseo Nam", diff --git a/package.json b/package.json index b1fe666..8131fdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-classifier", - "version": "1.0.0", + "version": "1.1.0", "description": "This plugin automatically classify tag from your notes using ChatGPT API. It analyze your note (It can be title, frontmatter, content or selected area) and automatically insert tag where you set.", "main": "main.js", "scripts": {