Skip to content

Commit d7827e1

Browse files
committed
chore: bump version
1 parent 3a64730 commit d7827e1

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
@@ -1,7 +1,7 @@
11
{
22
"id": "vault-explorer",
33
"name": "Vault Explorer",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"minAppVersion": "1.4.13",
66
"description": "Explore your vault in visual format",
77
"author": "Trey Wallis",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-vault-explorer",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Explore your vault in visual format",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"0.0.9": "1.4.13",
1111
"0.0.10": "1.4.13",
1212
"0.0.11": "1.4.13",
13-
"0.0.12": "1.4.13"
13+
"0.0.12": "1.4.13",
14+
"0.0.13": "1.4.13"
1415
}

0 commit comments

Comments
 (0)