From f70672fe7e174180b3f5671ebb0a4a39e1b27a4d Mon Sep 17 00:00:00 2001 From: tim-hub Date: Sat, 18 May 2024 15:56:15 +1200 Subject: [PATCH] 2.5.2 - add MEV - add bold as option for version number rendering - fix space in book name tag --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a052835..520be9c 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index aeae50b..9c2c875 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 9c7755e..e120dab 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file