Skip to content

Commit

Permalink
2025 Update 01
Browse files Browse the repository at this point in the history
  • Loading branch information
1John419 committed Feb 12, 2025
1 parent d47f042 commit 610c648
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 29 deletions.
53 changes: 30 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
# Bible App

> 1 John 4:19 We love him, because he first loved us.
KJV - King James

## KJV
## Features:

Offline King James Bible Search.
* Free, open source, offline-first, and mobile-first.
* Once downloaded, an internet connection is not required.
* Supports the latest version of a Chromium-based browser on Android, Linux, or Windows devices.
* Supports the latest version of the Safari browser on Mac/iOS/iPhone devices.
* Easy Navigation
* Bookmarks:
* Organize by folders
* Import and export
* Search:
* Word or phrase queries
* Wildcards and case sensitivity
* Filter by book/chapter
* Customizable Interface:
* Font face/size
* Light and dark app themes
* Help System
* Same User Interface:
* Desktop
* Laptop
* Tablet
* Phone

***
## Download

Dedicated to our precious Lord and Saviour, Jesus Christ of Nazareth.
*[KJV](https://kjv.1-john-419.org)*

ALL the power belongs to My King! The glory is all His.
## Contact

> **Heaven and earth shall pass away, but my words shall not pass away.**
email: *[1John419]([email protected])*

***
## Website

The application supports Android, Linux, or Windows platforms with the latest version of a Chromium-based browser.

It should also support the latest version of the Safari browser, but has not been extensively tested on Mac/iOS platforms.

### Download

<https://kjv.1-john-419.org>

### Contact

<[email protected]>

### Website

<https://1-john-419.org>
*[1-john419.org](https://1-john-419.org)*
2 changes: 1 addition & 1 deletion bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
};

const initializeTomeLists = async () => {
progress('loading kja lists...');
progress('loading kjv lists...');
tomeLists = await dbUtil.fetchJson(url);
tomeLists.tomeName = 'kjv';
};
Expand Down
6 changes: 3 additions & 3 deletions help/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<div class="center">The Decision is Yours...</div>
<div class="center">Repent or Perish.</div>
<hr>
<h1>KJV</h1>
<p>Offline King James Bible Search.</p>
<h1>Bible App</h1>
<p>KJV - King James</p>
<h1>Version</h1>
<p>2024.05.12</p>
<p>2025.02.11</p>
<h1>Contact</h1>
<p>[email protected]</p>
<h1>Source Code</h1>
Expand Down
2 changes: 1 addition & 1 deletion js/data/tomeLists.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const firstVerseIdxByChapterIdx = (chapterIdx) => {
};

export const initializeTomeLists = async () => {
progress('loading kja lists...');
progress('loading kjv lists...');
tomeLists = await dbUtil.fetchJson(url);
tomeLists.tomeName = 'kjv';
};
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const appCaches = [
{
name: 'core-20240601.01',
name: 'core-20250211.01',
urls: [
'/',
'/bundle.js',
Expand Down

0 comments on commit 610c648

Please sign in to comment.