From 5f5cdcf4d4bbf633d814dd2b8fdecb9f658dba1a Mon Sep 17 00:00:00 2001 From: tim-hub Date: Tue, 3 Oct 2023 09:08:35 +1300 Subject: [PATCH] 2.3.1 fix a rare issue of expert setting toggle --- 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 5b669f7..524ce3f 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 7090467..121a186 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 0c77e2f..95deb92 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file