Skip to content

Commit 6e1fed4

Browse files
committed
Bump version to 0.11.0
1 parent 1f914fe commit 6e1fed4

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.10.1"
10+
"version": "0.11.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.10.1",
3+
"version": "0.11.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
@@ -28,5 +28,6 @@
2828
"0.9.0": "1.4.13",
2929
"0.9.2": "1.4.13",
3030
"0.10.0": "1.4.13",
31-
"0.10.1": "1.4.13"
31+
"0.10.1": "1.4.13",
32+
"0.11.0": "1.4.13"
3233
}

0 commit comments

Comments
 (0)