This commit is contained in:
Hyeonseo Nam 2023-05-04 03:01:34 +09:00
parent 1796ae9fa5
commit eed824884a
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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": {