diff --git a/manifest.json b/manifest.json index 86695c2d..dbbc91e4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.36.1", + "version": "1.36.2", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index 04b64d17..6d6f6f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.36.1", + "version": "1.36.2", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9fde6b3f..765de78b 100644 --- a/versions.json +++ b/versions.json @@ -124,5 +124,6 @@ "1.35.0": "1.4.13", "1.35.1": "1.4.13", "1.36.0": "1.4.13", - "1.36.1": "1.4.13" + "1.36.1": "1.4.13", + "1.36.2": "1.4.13" }