0.4.2
This commit is contained in:
parent
f44928d9ec
commit
516d7a94f8
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-bulk-rename-plugin",
|
||||
"name": "Bulk Rename",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"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.4.1",
|
||||
"version": "0.4.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-bulk-rename",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-bulk-rename",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Purpose of this plugin rename files based on pattern",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -17,5 +17,6 @@
|
|||
"0.3.4": "0.15.0",
|
||||
"0.3.5": "0.15.0",
|
||||
"0.4.0": "0.15.0",
|
||||
"0.4.1": "0.15.0"
|
||||
"0.4.1": "0.15.0",
|
||||
"0.4.2": "0.15.0"
|
||||
}
|
Loading…
Reference in New Issue