We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6600139 commit 86c8d64Copy full SHA for 86c8d64
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tracker",
3
"name": "Tracker",
4
- "version": "1.4.1",
+ "version": "1.5.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
@@ -7,5 +7,6 @@
"1.2.1": "0.9.12",
8
"1.3.0": "0.9.12",
9
"1.4.0": "0.9.12",
10
- "1.4.1": "0.9.12"
+ "1.4.1": "0.9.12",
11
+ "1.5.0": "0.9.12"
12
}
0 commit comments