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