diff --git a/manifest.json b/manifest.json index b111dc1..86d8861 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bulk-properties", "name": "Bulk Properties", - "version": "1.0.7", + "version": "1.0.8", "minAppVersion": "1.8.7", "description": "Edit properties across multiple notes at once. Use a checkbox property to mark notes for updating.", "author": "Gary Ritchie", diff --git a/package-lock.json b/package-lock.json index d96230c..8c9abaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-bulk-properties", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-bulk-properties", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "devDependencies": { "@eslint/js": "9.39.4", diff --git a/package.json b/package.json index 32d1ae9..c9b91fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bulk-properties", - "version": "1.0.7", + "version": "1.0.8", "description": "Bulk edit properties across multiple files in your vault", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index cfae68d..4f4046a 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.0.4": "1.4.10", "1.0.5": "1.4.10", "1.0.6": "1.4.10", - "1.0.7": "1.4.10" + "1.0.7": "1.4.10", + "1.0.8": "1.8.7" } \ No newline at end of file