Skip to content

Commit 86c8d64

Browse files
committed
Set version to 1.5.0
1 parent 6600139 commit 86c8d64

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": "obsidian-tracker",
33
"name": "Tracker",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"minAppVersion": "0.9.12",
66
"description": "A plugin tracks occurrences and numbers in your notes",
77
"author": "pyrochlore",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tracker",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "A plugin tracks occurrences and numbers in your notes",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"1.2.1": "0.9.12",
88
"1.3.0": "0.9.12",
99
"1.4.0": "0.9.12",
10-
"1.4.1": "0.9.12"
10+
"1.4.1": "0.9.12",
11+
"1.5.0": "0.9.12"
1112
}

0 commit comments

Comments
 (0)