We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a64730 commit d7827e1Copy full SHA for d7827e1
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "vault-explorer",
3
"name": "Vault Explorer",
4
- "version": "0.0.12",
+ "version": "0.0.13",
5
"minAppVersion": "1.4.13",
6
"description": "Explore your vault in visual format",
7
"author": "Trey Wallis",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-vault-explorer",
"main": "main.js",
"scripts": {
versions.json
@@ -10,5 +10,6 @@
10
"0.0.9": "1.4.13",
11
"0.0.10": "1.4.13",
12
"0.0.11": "1.4.13",
13
- "0.0.12": "1.4.13"
+ "0.0.12": "1.4.13",
14
+ "0.0.13": "1.4.13"
15
}
0 commit comments