diff --git a/AppPackages/KiwixWebApp_0.9.996.0_AnyCPU_bundle.appxupload b/AppPackages/KiwixWebApp_0.9.996.0_AnyCPU_bundle.appxupload new file mode 100644 index 00000000..b2dbb967 Binary files /dev/null and b/AppPackages/KiwixWebApp_0.9.996.0_AnyCPU_bundle.appxupload differ diff --git a/AppPackages/KiwixWebApp_0.9.996.0_Test/KiwixWebApp_0.9.996.0_AnyCPU.appxbundle b/AppPackages/KiwixWebApp_0.9.996.0_Test/KiwixWebApp_0.9.996.0_AnyCPU.appxbundle index 670c1acf..57ef7b4f 100644 Binary files a/AppPackages/KiwixWebApp_0.9.996.0_Test/KiwixWebApp_0.9.996.0_AnyCPU.appxbundle and b/AppPackages/KiwixWebApp_0.9.996.0_Test/KiwixWebApp_0.9.996.0_AnyCPU.appxbundle differ diff --git a/www/js/init.js b/www/js/init.js index 9dc65a76..950d9609 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.95 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.96 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'] = "archive"; //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