From f3fd4e6d43fbb9c288af3a5a69694d15091c7ae8 Mon Sep 17 00:00:00 2001 From: tim-hub Date: Tue, 5 Sep 2023 09:45:34 +1200 Subject: [PATCH] 2.0.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 7586dd3..be4c11f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "2.0.3", + "version": "2.0.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 028f10b..29bd2c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "2.0.3", + "version": "2.0.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 c6e5f8a..57a2c87 100644 --- a/versions.json +++ b/versions.json @@ -45,5 +45,6 @@ "1.9.2": "0.12.0", "2.0.1": "0.12.0", "2.0.2": "0.12.0", - "2.0.3": "0.12.0" + "2.0.3": "0.12.0", + "2.0.4": "0.12.0" } \ No newline at end of file