diff --git a/manifest.json b/manifest.json index 1e330c1..8dfa6f6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.4.0", + "version": "1.5.0", "minAppVersion": "0.12.0", "description": "Rename pasted images and all the other attchments added to the vault", "author": "Reorx", "authorUrl": "https://github.com/reorx", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index efc0d0d..6b49fd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-image-rename", - "version": "1.4.0", + "version": "1.5.0", "main": "main.js", "scripts": { "start": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index f6ccb94..0fb7e35 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.2.2": "0.12.0", "1.3.0": "0.12.0", "1.3.1": "0.12.0", - "1.4.0": "0.12.0" + "1.4.0": "0.12.0", + "1.5.0": "0.12.0" } \ No newline at end of file