chore: bump version

This commit is contained in:
Trey Wallis 2024-04-28 19:08:46 -06:00
parent 8833c063f5
commit 8596fed80a
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "0.1.0",
"version": "0.2.0",
"minAppVersion": "1.4.13",
"description": "Explore your vault in visual format",
"author": "Trey Wallis",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-vault-explorer",
"version": "0.1.0",
"version": "0.2.0",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {

View file

@ -29,5 +29,6 @@
"0.0.28": "1.4.13",
"0.0.29": "1.4.13",
"0.0.30": "1.4.13",
"0.1.0": "1.4.13"
"0.1.0": "1.4.13",
"0.2.0": "1.4.13"
}