From 45f4a827fb1f4acded05cd7e49523e2390541223 Mon Sep 17 00:00:00 2001 From: abbasou <68356554+abbasou@users.noreply.github.com> Date: Thu, 16 May 2024 13:17:15 -0600 Subject: [PATCH] Add MEV (Bolls Life) --- src/data/BibleVersionCollection.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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',