Skip to content

Commit 023162e

Browse files
committed
Bump version to 0.10.0
1 parent eb2f17e commit 023162e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"authorUrl": "https://github.com/Odaimoko",
88
"fundingUrl": "https://ko-fi.com/odaimoko",
99
"isDesktopOnly": false,
10-
"version": "0.9.2"
10+
"version": "0.10.0"
1111
}

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.2",
3+
"version": "0.10.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"0.7.3": "1.4.13",
2727
"0.8.0": "1.4.13",
2828
"0.9.0": "1.4.13",
29-
"0.9.2": "1.4.13"
29+
"0.9.2": "1.4.13",
30+
"0.10.0": "1.4.13"
3031
}

0 commit comments

Comments
 (0)