Skip to content

Commit

Permalink
2025 Update 02
Browse files Browse the repository at this point in the history
  • Loading branch information
1John419 committed Feb 12, 2025
1 parent e1ed80d commit bc6b7f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ KJS - King James with Strong

## Download

*[KJS](https://kja.1-john-419.org)*
*[KJS](https://kjs.1-john-419.org)*

## Contact

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>KJS</h1>
<p>Offline King James with Strong Bible Search.</p>
<h1>Bible App</h1>
<p>KJS - King James with Strong</p>
<h1>Version</h1>
<p>2024.05.09</p>
<p>2025.02.11</p>
<h1>Contact</h1>
<p>github.1john419@gmail.com</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 kjs 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 bc6b7f2

Please # to comment.