diff --git a/manifest.json b/manifest.json index 0c15854..54f38c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-bulk-rename-plugin", "name": "Bulk Rename", - "version": "0.3.4", + "version": "0.3.5", "minAppVersion": "0.15.0", "description": "Purpose of this plugin rename files based on pattern", "author": "Oleg Lustenko", "authorUrl": "https://obsidian.md", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ad7916d..c441e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-bulk-rename", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-bulk-rename", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.2" diff --git a/package.json b/package.json index 1941475..23d0671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bulk-rename", - "version": "0.3.4", + "version": "0.3.5", "description": "Purpose of this plugin rename files based on pattern", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5b96000..ff22d3e 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "0.3.1": "0.15.0", "0.3.2": "0.15.0", "0.3.3": "0.15.0", - "0.3.4": "0.15.0" + "0.3.4": "0.15.0", + "0.3.5": "0.15.0" } \ No newline at end of file