Skip to content

Commit

Permalink
Add MEV (Bolls Life)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasou authored May 16, 2024
1 parent 980641e commit 45f4a82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/BibleVersionCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 45f4a82

Please sign in to comment.