diff --git a/www/js/init.js b/www/js/init.js index 6a1ad625..326f6b7b 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -22,7 +22,7 @@ */ 'use strict'; var params = {}; -params['version'] = "0.9.9.2 Beta"; //DEV: do not set this dynamically -- it 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.3 Beta-dev"; //DEV: do not set this dynamically -- it 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_2015-06.zimaa"; //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['fileVersion'] = "wikipedia_en_ray_charles_2015-06"; //Use generic name for actual file, and give version here params['cachedStartPage'] = false; //If you have cached the start page for quick start, give its URI here