diff --git a/manifest.json b/manifest.json index 282c9cf..871d4be 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bulk-properties", "name": "Bulk Properties", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "1.4.10", "description": "Edit properties across multiple files at once, using a checkbox property to select which files to update.", "author": "Gary Ritchie", diff --git a/package-lock.json b/package-lock.json index 7f651b4..d07983d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-bulk-properties", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-bulk-properties", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "devDependencies": { "@eslint/js": "9.39.4", diff --git a/package.json b/package.json index 2ae0a89..c133a25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bulk-properties", - "version": "1.0.4", + "version": "1.0.5", "description": "Bulk edit properties across multiple files in your vault", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 357138b..1e5fbb8 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.4.10", "1.0.2": "1.4.10", "1.0.3": "1.4.10", - "1.0.4": "1.4.10" + "1.0.4": "1.4.10", + "1.0.5": "1.4.10" } \ No newline at end of file