We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dc398 commit d0c2f26Copy full SHA for d0c2f26
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-tracker",
3
"name": "Tracker",
4
- "version": "1.10.4",
+ "version": "1.10.5",
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
@@ -23,5 +23,6 @@
23
"1.10.1": "0.9.12",
24
"1.10.2": "0.9.12",
25
"1.10.3": "0.9.12",
26
- "1.10.4": "0.9.12"
+ "1.10.4": "0.9.12",
27
+ "1.10.5": "0.9.12"
28
}
0 commit comments