We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a2130 commit bd53b84Copy full SHA for bd53b84
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "automatic-tags",
3
"name": "Automatic Tags",
4
- "version": "1.1.0",
+ "version": "1.1.1",
5
"minAppVersion": "0.15.0",
6
"description": "Add tags to new notes automatically based on their path.",
7
"author": "Jamalam",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-automatic-tags",
"description": "Add tags to new notes automatically based on their path",
"main": "main.js",
"scripts": {
versions.json
@@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
- "1.1.0": "0.15.0"
+ "1.1.0": "0.15.0",
+ "1.1.1": "0.15.0"
}
0 commit comments