diff --git a/archives/wikipedia_en_100_maxi_2021-03.txt b/archives/wikipedia_en_100_maxi_2021-04.txt similarity index 100% rename from archives/wikipedia_en_100_maxi_2021-03.txt rename to archives/wikipedia_en_100_maxi_2021-04.txt diff --git a/www/js/init.js b/www/js/init.js index 8b97b295..563323b2 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -51,9 +51,9 @@ var appstate = {}; /******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION *******/ params['version'] = "1.2.5.22-dev"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js /******* UPDATE THIS ^^^^^^ IN serveice worker!! ********************/ -params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage +params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi_2021-04.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory) -params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_maxi_2021-03.zim (26-Mar-2021)"; //This will be displayed in the app - optionally include date of ZIM file +params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_maxi_2021-04.zim (26-Apr-2021)"; //This will be displayed in the app - optionally include date of ZIM file // List of known start pages cached in the FS: params['cachedStartPages'] = { 'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine',