diff --git a/demo/obsidian-bible-reference-demo.gif b/demo/obsidian-bible-reference-demo.gif index 586408b..a935768 100644 Binary files a/demo/obsidian-bible-reference-demo.gif and b/demo/obsidian-bible-reference-demo.gif differ diff --git a/manifest.json b/manifest.json index 29a1384..1192afb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "0.1.4", + "version": "0.1.5", "minAppVersion": "0.9.12", "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 985ece3..68fcb18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "0.1.4", + "version": "0.1.5", "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 d2b724b..47999fc 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.1.5": "0.9.12", "0.1.4": "0.9.12", "0.1.3": "0.9.12", "0.1.2": "0.9.12",