chore: bump version

This commit is contained in:
DecafDev 2024-06-24 03:31:28 -06:00
parent 886c6d8cfb
commit 6d755ca3b4
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "1.15.0",
"version": "1.16.0",
"minAppVersion": "1.4.13",
"description": "Explore your vault in visual format",
"author": "DecafDev",

View file

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

View file

@ -71,5 +71,6 @@
"1.14.0": "1.4.13",
"1.14.1": "1.4.13",
"1.14.2": "1.4.13",
"1.15.0": "1.4.13"
"1.15.0": "1.4.13",
"1.16.0": "1.4.13"
}