diff --git a/manifest.json b/manifest.json index 5ae9c8b..152d913 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.6.0", + "version": "1.6.1", "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 966d65d..c904e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-image-rename", - "version": "1.6.0", + "version": "1.6.1", "main": "main.js", "scripts": { "start": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 8928181..f843727 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.5.0": "0.12.0", "1.5.1": "0.12.0", "1.5.2": "0.12.0", - "1.6.0": "0.12.0" + "1.6.0": "0.12.0", + "1.6.1": "0.12.0" } \ No newline at end of file