publish new version

This commit is contained in:
Oleg 2022-08-27 13:48:53 +03:00
parent 116dce7535
commit 5d72235e09
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,3 +1,3 @@
{ {
"1.0.0": "0.15.0" "0.0.1": "0.15.0"
} }