diff --git a/www/index.html b/www/index.html index cd2fb193..306c0d3c 100644 --- a/www/index.html +++ b/www/index.html @@ -46,13 +46,13 @@ @@ -472,7 +472,7 @@
diff --git a/www/js/init.js b/www/js/init.js index 3c23ddb7..6f2bbf0e 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -22,7 +22,7 @@ */ 'use strict'; var params = {}; -params['version'] = "0.9.6 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.7 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['storedFile'] = getCookie('lastSelectedArchive') || "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['kiwixDownloadLink'] = "http://download.kiwix.org/zim/"; //Include final slash