We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77a069 commit b47669cCopy full SHA for b47669c
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tracker",
3
"name": "Tracker",
4
- "version": "1.7.0",
+ "version": "1.8.0",
5
"minAppVersion": "0.9.12",
6
"description": "A plugin tracks occurrences and numbers in your notes",
7
"author": "pyrochlore",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-tracker",
"main": "main.js",
"scripts": {
versions.json
@@ -12,5 +12,6 @@
12
"1.5.1": "0.9.12",
13
"1.6.0": "0.9.12",
14
"1.6.1": "0.9.12",
15
- "1.7.0": "0.9.12"
+ "1.7.0": "0.9.12",
16
+ "1.8.0": "0.9.12"
17
}
0 commit comments