From 186cc70e9adaa9af9164a1e44eab302749bbec52 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 11 May 2021 20:06:18 +0100 Subject: [PATCH] Bump to interim version 1.2.6-dev Former-commit-id: 9a44e090af6892fa1ba53979b7d4b471e9e431a6 [formerly 1be04d4108e2c4574c4fe00df9d9f12314727af9] [formerly 899bdd41861e95664bc9ed2758ca1b830fe4a0de] [formerly 8fcf94fd106365b09444d1416c0e5c78126be22a [formerly f87c8f6d947ed596dbe62a063e0e74b16c58775f [formerly 65b4b48721bcf1e57235ee242a397c55c7bfced8]]] Former-commit-id: 07b575181b82a9eb727354675cc86bbfd07d969a [formerly a023fa6892a04a4f51ddf705828ad0fa6cddcfbc [formerly 5185027a792e398571b96c8e72b95e576910a4f8]] Former-commit-id: 47fa2078142e465e5ca97573b41469a59378c8a2 [formerly de9f71b049f7ed9caf0af9fbd60d56117d583fdd] Former-commit-id: 3262e7f1ac1f8d2d36b25af86a43e2b9872ebd8b --- pwabuilder-sw.js | 2 +- www/js/init.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index 61bddcee..ad180e4f 100644 --- a/pwabuilder-sw.js +++ b/pwabuilder-sw.js @@ -4,7 +4,7 @@ // App version number - ENSURE IT MATCHES VALUE IN init.js // DEV: Changing this will cause the browser to recognize that the Service Worker has changed, and it will download and // install a new copy -const appVersion = '1.2.5.22-dev'; +const appVersion = '1.2.6-dev'; // Kiwix ZIM Archive Download Server in regex form // DEV: The server URL is defined in init.js, but is not available to us in SW diff --git a/www/js/init.js b/www/js/init.js index 76dbd410..331d5b7f 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -49,7 +49,7 @@ var params = {}; */ var appstate = {}; /******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION *******/ -params['version'] = "1.2.5.22-dev"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js +params['version'] = "1.2.6-dev"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "version" in order to show first-time info, and the cookie is updated in app.js /******* UPDATE THIS ^^^^^^ IN serveice worker!! ********************/ params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_maxi_2021-04.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)