Skip to content

Commit 444efb7

Browse files
committed
Bump version to 0.9.2
1 parent 651d818 commit 444efb7

File tree

3 files changed

+40
-39
lines changed

3 files changed

+40
-39
lines changed

manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"id": "tag-project-odaimoko",
3-
"name": "Tag Project",
4-
"minAppVersion": "1.4.13",
5-
"description": "A Project Management Tool: Tag tasks everywhere, Manage in One page.",
6-
"author": "Odaimoko",
7-
"authorUrl": "https://github.com/Odaimoko",
8-
"fundingUrl": "https://ko-fi.com/odaimoko",
9-
"isDesktopOnly": false,
10-
"version": "0.9.0"
11-
}
2+
"id": "tag-project-odaimoko",
3+
"name": "Tag Project",
4+
"minAppVersion": "1.4.13",
5+
"description": "A Project Management Tool: Tag tasks everywhere, Manage in One page.",
6+
"author": "Odaimoko",
7+
"authorUrl": "https://github.com/Odaimoko",
8+
"fundingUrl": "https://ko-fi.com/odaimoko",
9+
"isDesktopOnly": false,
10+
"version": "0.9.2"
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag-project",
3-
"version": "0.9.0",
3+
"version": "0.9.2",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
{
2-
"0.0.1": "1.4.13",
3-
"0.1.0": "1.4.13",
4-
"0.1.1": "1.4.13",
5-
"0.1.2": "1.4.13",
6-
"0.1.3": "1.4.13",
7-
"0.1.4": "1.4.13",
8-
"0.1.5": "1.4.13",
9-
"0.2.0": "1.4.13",
10-
"0.2.1": "1.4.13",
11-
"0.2.3": "1.4.13",
12-
"0.2.4": "1.4.13",
13-
"0.2.5": "1.4.13",
14-
"0.2.6": "1.4.13",
15-
"0.3.0": "1.4.13",
16-
"0.3.1": "1.4.13",
17-
"0.3.2": "1.4.13",
18-
"0.4.0": "1.4.13",
19-
"0.4.1": "1.4.13",
20-
"0.5.0": "1.4.13",
21-
"0.5.1": "1.4.13",
22-
"0.6.0": "1.4.13",
23-
"0.7.0": "1.4.13",
24-
"0.7.1": "1.4.13",
25-
"0.7.2": "1.4.13",
26-
"0.7.3": "1.4.13",
27-
"0.8.0": "1.4.13",
28-
"0.9.0": "1.4.13"
29-
}
2+
"0.0.1": "1.4.13",
3+
"0.1.0": "1.4.13",
4+
"0.1.1": "1.4.13",
5+
"0.1.2": "1.4.13",
6+
"0.1.3": "1.4.13",
7+
"0.1.4": "1.4.13",
8+
"0.1.5": "1.4.13",
9+
"0.2.0": "1.4.13",
10+
"0.2.1": "1.4.13",
11+
"0.2.3": "1.4.13",
12+
"0.2.4": "1.4.13",
13+
"0.2.5": "1.4.13",
14+
"0.2.6": "1.4.13",
15+
"0.3.0": "1.4.13",
16+
"0.3.1": "1.4.13",
17+
"0.3.2": "1.4.13",
18+
"0.4.0": "1.4.13",
19+
"0.4.1": "1.4.13",
20+
"0.5.0": "1.4.13",
21+
"0.5.1": "1.4.13",
22+
"0.6.0": "1.4.13",
23+
"0.7.0": "1.4.13",
24+
"0.7.1": "1.4.13",
25+
"0.7.2": "1.4.13",
26+
"0.7.3": "1.4.13",
27+
"0.8.0": "1.4.13",
28+
"0.9.0": "1.4.13",
29+
"0.9.2": "1.4.13"
30+
}

0 commit comments

Comments
 (0)