diff --git a/manifest.json b/manifest.json index c71ff38..ab3071d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "meld-encrypt", "name": "Meld Encrypt", - "version": "2.3.6", + "version": "2.3.7", "minAppVersion": "1.0.3", "description": "Hide secrets in your vault", "author": "meld-cp", diff --git a/package.json b/package.json index fa6d8a0..486eddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "2.3.6", + "version": "2.3.7", "description": "Hide secrets in your vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 385488e..96158b8 100644 --- a/versions.json +++ b/versions.json @@ -34,5 +34,6 @@ "2.3.3": "1.0.3", "2.3.4": "1.0.3", "2.3.5": "1.0.3", - "2.3.6": "1.0.3" + "2.3.6": "1.0.3", + "2.3.7": "1.0.3" } \ No newline at end of file