We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6706a9 commit 3d55d57Copy full SHA for 3d55d57
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "ai-note-tagger",
3
"name": "AI Note Tagger",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"minAppVersion": "0.15.0",
6
"description": "Automatically tag your notes using AI and update frontmatter with generated tags.",
7
"author": "Jasper Mayone",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-ai-tagger",
"description": "Automatically tag your notes using AI and update frontmatter with generated tags",
"main": "main.js",
"scripts": {
versions.json
@@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
- "1.2.0": "0.15.0"
+ "1.2.0": "0.15.0",
+ "1.2.1": "0.15.0"
}
0 commit comments