mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
chore: bump version
This commit is contained in:
parent
6edd1bbc65
commit
ca256e8ff9
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "vault-explorer",
|
||||
"name": "Vault Explorer",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"minAppVersion": "1.4.13",
|
||||
"description": "Explore your vault in visual format",
|
||||
"author": "Trey Wallis",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-vault-explorer",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Explore your vault in visual format",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -31,5 +31,6 @@
|
|||
"0.0.30": "1.4.13",
|
||||
"0.1.0": "1.4.13",
|
||||
"0.2.0": "1.4.13",
|
||||
"0.3.0": "1.4.13"
|
||||
"0.3.0": "1.4.13",
|
||||
"0.3.1": "1.4.13"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue