diff --git a/docs/bible-api-and-source.md b/docs/bible-api-and-source.md index cca7997..033b959 100644 --- a/docs/bible-api-and-source.md +++ b/docs/bible-api-and-source.md @@ -21,6 +21,7 @@ This plugin Bible Verse Query Functionality is currently powered by - **Almeida**: João Ferreira de Almeida (Book Names Are In English, Bible Verses Are In Portuguese) - **RCCV**: Romanian Corrected Cornilescu Version (Book Names Are In English, Bible Verses Are In Romanian) - Bolls Life + - **MEV**: Modern English Version (Bolls Life) - **NIV**: New International Version, 1984 (Bolls Life) - **NKJV**: New King James Version (Bolls Life) - **CUV**: China Union Version (Bolls Life) (Book Names Are In English, Bible Verses Are In Chinese) diff --git a/src/data/BibleVersionCollection.ts b/src/data/BibleVersionCollection.ts index 54abb77..33e4632 100644 --- a/src/data/BibleVersionCollection.ts +++ b/src/data/BibleVersionCollection.ts @@ -79,6 +79,14 @@ export const BibleVersionCollection: IBibleVersion[] = [ apiSource: BibleAPISourceCollection.bibleApi, }, // bolls life + { + key: "mev", + versionName: "Modern English Version", + language: "English", + code: "en", + apiSource: BibleAPISourceCollection.bollsLife, + infoUrl: "https://wikipedia.org/wiki/Modern_English_Version" + }, { key: 'nkjv', versionName: 'New King James Version',