diff --git a/manifest.json b/manifest.json index 2ffe56a..eb410cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "0.12.0", "description": "Rename pasted images and all the other attchments added to the vault", "author": "Reorx", diff --git a/package.json b/package.json index 1ace396..22f3720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-image-rename", - "version": "1.5.1", + "version": "1.5.2", "main": "main.js", "scripts": { "start": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index a6a7595..c827f08 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.3.1": "0.12.0", "1.4.0": "0.12.0", "1.5.0": "0.12.0", - "1.5.1": "0.12.0" + "1.5.1": "0.12.0", + "1.5.2": "0.12.0" } \ No newline at end of file