diff --git a/manifest.json b/manifest.json index 231738b..49ac8b6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "meld-encrypt", "name": "Meld Encrypt", - "version": "2.3.1", + "version": "2.3.2", "minAppVersion": "1.0.3", "description": "Hide secrets in your vault", "author": "meld-cp", diff --git a/package.json b/package.json index a675a11..cc25c13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "2.3.1", + "version": "2.3.2", "description": "Hide secrets in your vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 332a3ba..24c34d5 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "2.1.3": "1.0.3", "2.2.0": "1.0.3", "2.3.0": "1.0.3", - "2.3.1": "1.0.3" + "2.3.1": "1.0.3", + "2.3.2": "1.0.3" } \ No newline at end of file