Skip to content

Commit d0c2f26

Browse files
committed
Set version to 1.10.5
1 parent 66dc398 commit d0c2f26

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.10.4",
4+
"version": "1.10.5",
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.10.4",
3+
"version": "1.10.5",
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
@@ -23,5 +23,6 @@
2323
"1.10.1": "0.9.12",
2424
"1.10.2": "0.9.12",
2525
"1.10.3": "0.9.12",
26-
"1.10.4": "0.9.12"
26+
"1.10.4": "0.9.12",
27+
"1.10.5": "0.9.12"
2728
}

0 commit comments

Comments
 (0)