Skip to content

Commit 3d55d57

Browse files
committed
Bump version to 1.2.1
1 parent b6706a9 commit 3d55d57

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ai-note-tagger",
33
"name": "AI Note Tagger",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"minAppVersion": "0.15.0",
66
"description": "Automatically tag your notes using AI and update frontmatter with generated tags.",
77
"author": "Jasper Mayone",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ai-tagger",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Automatically tag your notes using AI and update frontmatter with generated tags",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "0.15.0",
33
"1.1.0": "0.15.0",
44
"1.1.1": "0.15.0",
5-
"1.2.0": "0.15.0"
5+
"1.2.0": "0.15.0",
6+
"1.2.1": "0.15.0"
67
}

0 commit comments

Comments
 (0)