diff --git a/manifest.json b/manifest.json index e88e011..eeb9c74 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bulk-rename-plugin", "name": "Bulk Rename", - "version": "0.4.3", + "version": "0.4.4", "minAppVersion": "0.15.0", "description": "Purpose of this plugin rename files based on pattern", "author": "Oleg Lustenko", diff --git a/package-lock.json b/package-lock.json index 61d008f..b170dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-bulk-rename", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-bulk-rename", - "version": "0.4.3", + "version": "0.4.4", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index 8075128..c393523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bulk-rename", - "version": "0.4.3", + "version": "0.4.4", "description": "Purpose of this plugin rename files based on pattern", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1bd9dc7..d14c240 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "0.4.0": "0.15.0", "0.4.1": "0.15.0", "0.4.2": "0.15.0", - "0.4.3": "0.15.0" + "0.4.3": "0.15.0", + "0.4.4": "0.15.0" } \ No newline at end of file