Skip to content

Commit

Permalink
Edit versions: minAppVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeonseoNam committed Mar 16, 2023
1 parent 6d2aeb7 commit 623132d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "auto-tagger",
"name": "Auto Tagger",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"minAppVersion": "1.1.1",
"description": "This plugin allows you to to automatically assign tags based on the note (title, content or selected area) using chatGPT.",
"author": "Hyeonseo Nam",
"authorUrl": "https://github.com/HyeonseoNam/auto-tagger",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emoji-titler",
"version": "1.0.4",
"description": "This plugin is emoji titler to easily insert an emoji in the title using a keyboard shortcut.",
"name": "auto-tagger",
"version": "1.0.0",
"description": "This plugin allows you to to automatically assign tags based on the note (title, content or selected area) using chatGPT.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "1.0.0"
"1.0.0": "1.1.1"
}

0 comments on commit 623132d

Please sign in to comment.