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 052e4ed commit 05e99ceCopy full SHA for 05e99ce
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "vault-explorer",
3
"name": "Vault Explorer",
4
- "version": "0.0.11",
+ "version": "0.0.12",
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
@@ -9,5 +9,6 @@
9
"0.0.8": "1.4.13",
10
"0.0.9": "1.4.13",
11
"0.0.10": "1.4.13",
12
- "0.0.11": "1.4.13"
+ "0.0.11": "1.4.13",
13
+ "0.0.12": "1.4.13"
14
}
0 commit comments