From d0a3070e02c47d1057c66bae9d3b94873774bad3 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 26 Jan 2020 18:55:59 +0000 Subject: [PATCH] Advance to 0.9.9.98-WIP Former-commit-id: d4b46a7c31dda1045a58b6ac2a3bdf9768bb75ca [formerly 4eb468d778a618114b916405c25f3d56cca5313d] Former-commit-id: 76bfca3a1b99e25b78e43821e78f44639478799a --- www/js/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/init.js b/www/js/init.js index 652b96d1..29e3b50e 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -31,7 +31,7 @@ window.onerror = function (msg, url) { var state = {}; // Parameters that define overall operation of app var params = {}; -params['version'] = "0.9.9.97 Beta"; //DEV: This value is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js +params['version'] = "0.9.9.98-WIP Beta"; //DEV: This value is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js params['packagedFile'] = "wikipedia_en_ray_charles.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'] = "wikipedia_en_ray_charles_maxi_2019-08.zim (14-Aug-2019)"; //Use generic name for actual file, and give version here