diff --git a/manifest.json b/manifest.json index 08180a8..6f8bf11 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "3.0.0", + "version": "3.0.1", "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 d05f256..92ae7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "3.0.0", + "version": "3.0.1", "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 d8fb2af..b6bf9c2 100644 --- a/versions.json +++ b/versions.json @@ -80,5 +80,6 @@ "2.5.4": "0.12.0", "2.5.5": "0.12.0", "2.5.6": "0.12.0", - "3.0.0": "0.12.0" + "3.0.0": "0.12.0", + "3.0.1": "0.12.0" } \ No newline at end of file