diff --git a/manifest.json b/manifest.json index 36fe4c1..27d182e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto-classifier", "name": "Auto Classifier", - "version": "1.1.1", + "version": "1.1.2", "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 2260271..c679484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-classifier", - "version": "1.1.1", + "version": "1.1.2", "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": {