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',