Skip to content

Commit

Permalink
2.3.1 fix a rare issue of expert setting toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Oct 2, 2023
1 parent 4a47c07 commit 5f5cdcf
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.3.0",
"version": "2.3.1",
"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.3.0",
"version": "2.3.1",
"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 @@ -56,5 +56,6 @@
"2.1.4": "0.12.0",
"2.2.0": "0.12.0",
"2.2.1": "0.12.0",
"2.3.0": "0.12.0"
"2.3.0": "0.12.0",
"2.3.1": "0.12.0"
}

0 comments on commit 5f5cdcf

Please sign in to comment.