diff --git a/manifest.json b/manifest.json index 9424221..9bfea45 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ -{ - "id": "obsidian-bible-reference", - "name": "Bible Reference", - "version": "0.1.6", - "minAppVersion": "0.9.12", - "description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ", - "author": "tim-hub", - "authorUrl": "https://github.com/tim-hub", - "isDesktopOnly": false -} +{ + "id": "obsidian-bible-reference", + "name": "Bible Reference", + "version": "0.2.0", + "minAppVersion": "0.9.12", + "description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ", + "author": "tim-hub", + "authorUrl": "https://github.com/tim-hub", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index 43a4db4..b48d9f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "0.1.5", + "version": "0.2.0", "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 e3f6db9..d1060cd 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,9 @@ -{ - "0.1.6": "0.9.12", - "0.1.5": "0.9.12", - "0.1.4": "0.9.12", - "0.1.3": "0.9.12", - "0.1.2": "0.9.12", - "0.1.1": "0.9.12" -} +{ + "0.1.6": "0.9.12", + "0.1.5": "0.9.12", + "0.1.4": "0.9.12", + "0.1.3": "0.9.12", + "0.1.2": "0.9.12", + "0.1.1": "0.9.12", + "0.2.0": "0.9.12" +} \ No newline at end of file