Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh Lustenko committed Sep 10, 2022
1 parent 48eb4d5 commit b311df0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-bulk-rename-plugin",
"name": "Bulk Rename",
"version": "0.3.4",
"version": "0.3.5",
"minAppVersion": "0.15.0",
"description": "Purpose of this plugin rename files based on pattern",
"author": "Oleg Lustenko",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-bulk-rename",
"version": "0.3.4",
"version": "0.3.5",
"description": "Purpose of this plugin rename files based on pattern",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"0.3.1": "0.15.0",
"0.3.2": "0.15.0",
"0.3.3": "0.15.0",
"0.3.4": "0.15.0"
"0.3.4": "0.15.0",
"0.3.5": "0.15.0"
}

0 comments on commit b311df0

Please sign in to comment.