publish new version
This commit is contained in:
parent
116dce7535
commit
5d72235e09
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-bulk-rename-plugin",
|
"id": "obsidian-bulk-rename-plugin",
|
||||||
"name": "Bulk Rename",
|
"name": "Bulk Rename",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Purpose of this plugin rename files based on pattern",
|
"description": "Purpose of this plugin rename files based on pattern",
|
||||||
"author": "Obsidian",
|
"author": "Obsidian",
|
||||||
"authorUrl": "https://obsidian.md",
|
"authorUrl": "https://obsidian.md",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"1.0.0": "0.15.0"
|
"0.0.1": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue