diff --git a/manifest.json b/manifest.json index 7ed5e67..05e7b30 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "1.5.2", + "version": "1.5.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 0a02d2a..d4cf1d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "1.5.2", + "version": "1.5.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 018028c..5958151 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "1.4.3": "0.12.0", "1.5.0": "0.12.0", "1.5.1": "0.12.0", - "1.5.2": "0.12.0" + "1.5.2": "0.12.0", + "1.5.3": "0.12.0" } \ No newline at end of file