From 7386b8899a4e5bbed19fc76788c1517e9970e6a1 Mon Sep 17 00:00:00 2001 From: tim-hub Date: Fri, 14 Jul 2023 15:20:26 +1200 Subject: [PATCH] 1.7.4 --- 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 5d0ddaa..a00d025 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "1.7.3", + "version": "1.7.4", "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 d615b06..80f06d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "1.7.3", + "version": "1.7.4", "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 e730283..f7d6eae 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "1.7.0": "0.12.0", "1.7.1": "0.12.0", "1.7.2": "0.12.0", - "1.7.3": "0.12.0" + "1.7.3": "0.12.0", + "1.7.4": "0.12.0" } \ No newline at end of file