From 21b1b5da0cf31c058c0d96807873869f36257acd Mon Sep 17 00:00:00 2001 From: tim-hub Date: Thu, 1 Jun 2023 21:46:52 +1200 Subject: [PATCH] 1.7.0 --- 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 0e0f1b5..054e25d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "1.6.0", + "version": "1.7.0", "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 abaf368..0cd899c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "1.6.0", + "version": "1.7.0", "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 37c6325..cf97267 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "1.5.4": "0.12.0", "1.5.5": "0.12.0", "1.5.6": "0.12.0", - "1.6.0": "0.12.0" + "1.6.0": "0.12.0", + "1.7.0": "0.12.0" } \ No newline at end of file