diff --git a/manifest.json b/manifest.json index 7ac1cd2..ff35e98 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bulk-rename-plugin", "name": "Bulk Rename", - "version": "0.2.3", + "version": "0.2.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 9d7e113..92a85c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-bulk-rename", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-bulk-rename", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.2" diff --git a/package.json b/package.json index d391f16..14a55e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bulk-rename", - "version": "0.2.3", + "version": "0.2.4", "description": "Purpose of this plugin rename files based on pattern", "main": "main.js", "scripts": { diff --git a/style.css b/styles.css similarity index 100% rename from style.css rename to styles.css diff --git a/versions.json b/versions.json index 8162d1e..04e0513 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.2.0": "0.15.0", "0.2.1": "0.15.0", "0.2.2": "0.15.0", - "0.2.3": "0.15.0" + "0.2.3": "0.15.0", + "0.2.4": "0.15.0" } \ No newline at end of file