From a9446aa10776457fc75ecf9f04325e74d2bc4cdf Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 30 Jan 2021 11:32:15 +0000 Subject: [PATCH] Bump release preview number Former-commit-id: 5da7f427131409ae0d95aca1f7a166bc168b8969 [formerly 8a623d9393ab179f2a597339769c98cd1dfb5a3b] [formerly 8cb4046d70caf122c2022ac49804399efee3eb8e] [formerly 56c2e02ea4ee5d398152968c5d4d0dba62aa0062 [formerly ec3c62b810a1bbd363902661a3b432494a1cea1a [formerly 86fd490a63944fbd73be817b77086bb60be544fe]]] Former-commit-id: 05f966de5d652328f008cf4f46696ad3188c2d68 [formerly 3f42900a789c18422f3af2195b0b1fe14603d66e [formerly 09c0d02d61f7310d6cc494d7fd873bfd91fac4c6]] Former-commit-id: 94715bebb98c044b542f2882699b0d32cc8a6428 [formerly 0c57f1b1cfa440c65004e1c1bda28fd1d3dea330] Former-commit-id: 5e0fdf9d83ef95b6a4302a6c55a957c0c5347f59 --- 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 790bda95..5ac78319 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.0-RP1'; +const appVersion = '1.2.0-RP2'; // 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 12841830..ccb22464 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.0-RP1"; //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.0-RP2"; //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'] = "wikipedia_en_100_maxi.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)