From 27f6c71b687204b001de652d71d734cd756d260f Mon Sep 17 00:00:00 2001 From: tim-hub Date: Fri, 14 Jul 2023 15:10:42 +1200 Subject: [PATCH] 1.7.3 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index ad6f397..5d0ddaa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "1.7.1", + "version": "1.7.3", "minAppVersion": "0.12.0", "description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ", "author": "tim-hub", @@ -10,4 +10,4 @@ "fundingUrl": { "GitHub Sponsor": "https://github.com/sponsors/tim-hub" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index f540169..d615b06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "1.7.1", + "version": "1.7.3", "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 e785427..e730283 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,7 @@ "1.5.6": "0.12.0", "1.6.0": "0.12.0", "1.7.0": "0.12.0", - "1.7.1": "0.12.0" + "1.7.1": "0.12.0", + "1.7.2": "0.12.0", + "1.7.3": "0.12.0" } \ No newline at end of file