Skip to content

Commit bd53b84

Browse files
committed
1.1.1
1 parent 16a2130 commit bd53b84

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "automatic-tags",
33
"name": "Automatic Tags",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"minAppVersion": "0.15.0",
66
"description": "Add tags to new notes automatically based on their path.",
77
"author": "Jamalam",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-automatic-tags",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Add tags to new notes automatically based on their path",
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.0.1": "0.15.0",
44
"1.0.2": "0.15.0",
5-
"1.1.0": "0.15.0"
5+
"1.1.0": "0.15.0",
6+
"1.1.1": "0.15.0"
67
}

0 commit comments

Comments
 (0)