diff --git a/bundle.js b/bundle.js index aee440c..5a3e600 100644 --- a/bundle.js +++ b/bundle.js @@ -260,7 +260,7 @@ const initializeTomeLists = async () => { progress('loading kja lists...'); tomeLists = await dbUtil.fetchJson(url); - tomeLists.tomeName = 'KJA'; + tomeLists.tomeName = 'kja'; }; class ReadModel { diff --git a/js/data/tomeLists.js b/js/data/tomeLists.js index 3b00952..0f81999 100644 --- a/js/data/tomeLists.js +++ b/js/data/tomeLists.js @@ -21,5 +21,5 @@ export const firstVerseIdxByChapterIdx = (chapterIdx) => { export const initializeTomeLists = async () => { progress('loading kja lists...'); tomeLists = await dbUtil.fetchJson(url); - tomeLists.tomeName = 'KJA'; + tomeLists.tomeName = 'kja'; }; diff --git a/sw.js b/sw.js index 8ade26c..4fa85d7 100644 --- a/sw.js +++ b/sw.js @@ -2,7 +2,7 @@ const appCaches = [ { - name: 'core-20240516.02', + name: 'core-20240516.03', urls: [ '/', '/bundle.js',