diff --git a/manifest.json b/manifest.json index 3d98c28..7d251f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "2.1.3", + "version": "2.1.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 0b5dbcf..8d61b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "2.1.3", + "version": "2.1.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 07c2d8b..459f31b 100644 --- a/versions.json +++ b/versions.json @@ -52,5 +52,6 @@ "2.1.0": "0.12.0", "2.1.1": "0.12.0", "2.1.2": "0.12.0", - "2.1.3": "0.12.0" + "2.1.3": "0.12.0", + "2.1.4": "0.12.0" } \ No newline at end of file