0.2.5
This commit is contained in:
parent
0cb33c2888
commit
691e8855f5
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-bulk-rename-plugin",
|
||||
"name": "Bulk Rename",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Purpose of this plugin rename files based on pattern",
|
||||
"author": "Oleg Lustenko",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-bulk-rename",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-bulk-rename",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-bulk-rename",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Purpose of this plugin rename files based on pattern",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
"0.2.1": "0.15.0",
|
||||
"0.2.2": "0.15.0",
|
||||
"0.2.3": "0.15.0",
|
||||
"0.2.4": "0.15.0"
|
||||
"0.2.4": "0.15.0",
|
||||
"0.2.5": "0.15.0"
|
||||
}
|
Loading…
Reference in New Issue