From 971e9690895c18f88b437692fbd859e2bc0ea472 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 8 Jan 2018 21:44:16 +0000 Subject: [PATCH] Preparations for 0.9.7 release Former-commit-id: ad08c2f39f5aa93c2d2ab5e4e24108b944766c5b [formerly b5b0feaa66f1945f7ea5079289269b839eeeb4f9] Former-commit-id: 94e2cf4e68e7f592ca7810f31c8f573be61ee260 --- www/index.html | 28 ++++++++++++++-------------- www/js/init.js | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) 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