From d994f1d35c65f2fd911d345bfde872bf5c4ee8ec Mon Sep 17 00:00:00 2001 From: tim-hub Date: Fri, 16 Dec 2022 17:15:37 +1300 Subject: [PATCH] bump version to 1.2.3 --- 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 acd4d87..a33d122 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "1.2.2", + "version": "1.2.3", "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 0bc6889..e497b74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "1.2.2", + "version": "1.2.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 ef2b099..72db2b5 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.1.3": "0.12.0", "1.1.4": "0.12.0", "1.2.0": "0.15.0", - "1.2.2": "0.12.0" + "1.2.2": "0.12.0", + "1.2.3": "0.12.0" } \ No newline at end of file