diff --git a/manifest.json b/manifest.json index 31f7d01..e4ff154 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.12.0", "description": "Rename image after pasting", "author": "Reorx", "authorUrl": "https://github.com/reorx", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 45ac34d..719d365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-image-rename", - "version": "1.0.0", + "version": "1.0.1", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 66e75ec..42a12a4 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.12.0" -} + "1.0.0": "0.12.0", + "1.0.1": "0.12.0" +} \ No newline at end of file