Skip to content

Commit b47669c

Browse files
committed
Set version to 1.8.0
1 parent d77a069 commit b47669c

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.7.0",
4+
"version": "1.8.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.7.0",
3+
"version": "1.8.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
@@ -12,5 +12,6 @@
1212
"1.5.1": "0.9.12",
1313
"1.6.0": "0.9.12",
1414
"1.6.1": "0.9.12",
15-
"1.7.0": "0.9.12"
15+
"1.7.0": "0.9.12",
16+
"1.8.0": "0.9.12"
1617
}

0 commit comments

Comments
 (0)