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 aeae06d commit 380f8aaCopy full SHA for 380f8aa
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "vault-explorer",
3
"name": "Vault Explorer",
4
- "version": "0.0.8",
+ "version": "0.0.9",
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
@@ -6,5 +6,6 @@
"0.0.5": "1.4.13",
"0.0.6": "1.4.13",
8
"0.0.7": "1.4.13",
9
- "0.0.8": "1.4.13"
+ "0.0.8": "1.4.13",
10
+ "0.0.9": "1.4.13"
11
}
0 commit comments