Skip to content

Commit

Permalink
bumb version and update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed Dec 30, 2024
1 parent ea7beab commit d059325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 102 deletions.
104 changes: 3 additions & 101 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,107 +121,6 @@ Trying to access a book that does not exist will prompt a similar response but w
}
```

# Books and Aliases

<details>
<summary>Books and Aliases</summary>

| Book | Alias |
| ----------------- | ----- |
| Genesis | GEN |
| Exodus | EXO |
| Leviticus | LEV |
| Numbers | NUM |
| Deuteronomy | DEU |
| Joshua | JOS |
| Judges | JDG |
| Ruth | RUT |
| 1st Samuel | 1SA |
| 2nd Samuel | 2SA |
| 1st Kings | 1KI |
| 2nd Kings | 2KI |
| 1st Chronicles | 1CH |
| 2nd Chronicles | 2CH |
| Ezra | EZR |
| Nehemiah | NEH |
| Esther | EST |
| Job | JOB |
| Psalms | PSA |
| Proverbs | PRO |
| Ecclesiastes | ECC |
| Song of Songs | SNG |
| Isaiah | ISA |
| Jeremiah | JER |
| Lamentations | LAM |
| Ezekiel | EZK |
| Daniel | DAN |
| Hosea | HOS |
| Joel | JOL |
| Amos | AMO |
| Obadiah | OBA |
| Jonah | JON |
| Micah | MIC |
| Nahum | NAM |
| Habakkuk | HAB |
| Zephaniah | ZEP |
| Haggai | HAG |
| Zechariah | ZEC |
| Malachi | MAL |
| Matthew | MAT |
| Mark | MRK |
| Luke | LUK |
| John | JHN |
| Acts | ACT |
| Romans | ROM |
| 1st Corinthians | 1CO |
| 2nd Corinthians | 2CO |
| Galatians | GAL |
| Ephesians | EPH |
| Philippians | PHP |
| Colossians | COL |
| 1st Thessalonians | 1TH |
| 2nd Thessalonians | 2TH |
| 1st Timothy | 1TI |
| 2nd Timothy | 2TI |
| Titus | TIT |
| Philemon | PHM |
| Hebrews | HEB |
| James | JAS |
| 1st Peter | 1PE |
| 2nd Peter | 2PE |
| 1st John | 1JN |
| 2nd John | 2JN |
| 3rd John | 3JN |
| Jude | JUD |
| Revelation | REV |

</details>

# Versions

<details>
<summary>Versions</summary>

| Versions | ID |
| -------- | ---- |
| AMP | 1588 |
| ICL00D | 1196 |
| KJV | 1 |
| NIV | 111 |
| NLT | 116 |
| NR06 | 122 |
| SCH2000 | 157 |
| VULG | 823 |
| THSV11 | 174 |
| TNCV | 179 |
| THAERV | 203 |
| NODTHNT | 1907 |
| NTV | 2744 |
| ESV | 59 |
| SBLG | 156 |
| CCB | 36 |
</details>

## Links

- [GitHub](https://github.com/Glowstudent777/YouVersion-API)
Expand All @@ -230,6 +129,9 @@ Trying to access a book that does not exist will prompt a similar response but w

## Contributing

> **Note**
> Most of the logic is in the `YouVersion-Core` repository. If you would like to contribute to the core repository, please visit [here](https://github.com/Glowstudent777/YouVersion-Core).
Before creating an issue, please ensure that it hasn't already been reported/suggested.

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glowstudent/youversion",
"version": "2.1.0",
"version": "2.2.0",
"description": "A simple module to get the Verse of the Day and any verse you would like.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d059325

Please sign in to comment.