From f6fa2b2da057d897e00ffcf84ead27f79081febc Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 1 Mar 2020 11:01:00 +0000 Subject: [PATCH] Advance to 0.9.9.98 Beta-dev Former-commit-id: 2429b742ed21b6b9c55c88274e03c4bc57d6ca5f [formerly 4a1b5f28e8b236a535a95f9d13bf6883c314ff97] Former-commit-id: 61bfea315555efe9cd02b8ed3b70aed8823c57c0 --- 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 a0a2fe23..a303b524 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 Beta-dev"; //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