Skip to content

Commit 0c22fe5

Browse files
committed
chore: bump version
1 parent 6d7e2fb commit 0c22fe5

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": "1.40.1",
4+
"version": "1.40.2",
55
"minAppVersion": "1.4.13",
66
"description": "Explore your vault in visual format",
77
"author": "DecafDev",

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": "1.40.1",
3+
"version": "1.40.2",
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
@@ -133,5 +133,6 @@
133133
"1.38.0": "1.4.13",
134134
"1.39.0": "1.4.13",
135135
"1.40.0": "1.4.13",
136-
"1.40.1": "1.4.13"
136+
"1.40.1": "1.4.13",
137+
"1.40.2": "1.4.13"
137138
}

0 commit comments

Comments
 (0)