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