From dcba6b32f52aa0019a0e731bce08b786f85e796f Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 10 Jan 2022 18:50:56 +0000 Subject: [PATCH] Bump version to 1.8.6 Former-commit-id: 887bdd458f5de02d430e41932a00bb8ff881cffe [formerly d41c0abf9d274dddc776e094d355d1d8534f7486] [formerly 2ca953e31f2bd27eb4d01754bb1e53207b9e39d9] [formerly e9d4ecf0302935acf5f5ed34020a16b4953f5ce8 [formerly ef3a820e6213f8446fb81b32bc47ff88e3cb64a1 [formerly 9345c1925eca72981eb6fabe40cd6a45df61877a]]] Former-commit-id: f64daae2158dbc7f00ea1e4b061fed776672d82d [formerly bf4d27be345a9b8a5354ce1d46ca86e8dc14ef46 [formerly 67ec0f052f42186d8d49a5876758d817e1bd327c]] Former-commit-id: fd2ee043c927ae994f5bc8b51bbf31448613c54b [formerly b370ee400a9bb27593f55b73e1a79aa7f56d6ae1] Former-commit-id: 8a98e28ec6f3bf4a897ed42e51c6937ae93fa366 --- 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 c7663938..9f0ad984 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -50,7 +50,7 @@ var params = {}; */ var appstate = {}; /******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/ -params['appVersion'] = "1.8.6-dev"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js +params['appVersion'] = "1.8.6"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js /******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/ params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_nopic_2021-12.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)