Skip to content

Commit

Permalink
2.5.2
Browse files Browse the repository at this point in the history
- add MEV
- add bold as option for version number rendering
- fix space in book name tag
  • Loading branch information
tim-hub committed May 18, 2024
1 parent ee123c7 commit f70672f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-bible-reference",
"name": "Bible Reference",
"version": "2.5.1",
"version": "2.5.2",
"minAppVersion": "0.12.0",
"description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ",
"author": "tim-hub",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-bible-reference",
"version": "2.5.1",
"version": "2.5.2",
"description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ",
"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 @@ -74,5 +74,6 @@
"2.4.7": "0.12.0",
"2.4.8": "0.12.0",
"2.5.0": "0.12.0",
"2.5.1": "0.12.0"
"2.5.1": "0.12.0",
"2.5.2": "0.12.0"
}

0 comments on commit f70672f

Please sign in to comment.