chore: bump version

This commit is contained in:
DecafDev 2024-08-06 19:52:03 -06:00
parent 6d7e2fb553
commit 0c22fe5ca6
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "1.40.1",
"version": "1.40.2",
"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.40.1",
"version": "1.40.2",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {

View file

@ -133,5 +133,6 @@
"1.38.0": "1.4.13",
"1.39.0": "1.4.13",
"1.40.0": "1.4.13",
"1.40.1": "1.4.13"
"1.40.1": "1.4.13",
"1.40.2": "1.4.13"
}