This commit is contained in:
Gary Ritchie 2026-04-04 15:20:18 -06:00
parent 31c2145cd5
commit e66c0eeea1
No known key found for this signature in database
GPG key ID: A37A622ED6F91DD0
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -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"
}