mirror of
https://github.com/gtritchie/bulk-properties.git
synced 2026-07-22 14:10:30 +00:00
1.0.5
This commit is contained in:
parent
31c2145cd5
commit
e66c0eeea1
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue