From a310c8393e97ebbeca6cda670ce45d65030c522a Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 30 Jan 2021 12:00:17 +0000 Subject: [PATCH] Bump RP version Former-commit-id: a6804e864b29970b926c818fa61398a5b8b42fc3 [formerly 08fbb6653e2304b531eafb53d58d3f36957e1aae] [formerly c938c808ccc6af28f77676088b3acd58c8b0c388] [formerly 11f27afee90555a52e13f38f7ef758972a55c96c [formerly 63b24447b274b3e2a88641d896898fc2ba2d2ab2 [formerly 0e869cef6923a8b2592490ad988a701ed489339d]]] Former-commit-id: 5b36486fc4b36bf5278bb75a21c3f6ac01933167 [formerly e323dd11d89dc22ca0774d6c56719444d61e7459 [formerly bb2b856290ab9474c69a4fdad743c0a5d099865d]] Former-commit-id: 505a93be1bb80068604d020e3d47fd162e13b962 [formerly 9cead50814952ae50ca59fea4e2ba8be210001a5] Former-commit-id: 3973786aadb6df2c91523b22eab53b5418e2987e --- 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 5ac78319..b63bb117 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-RP2'; +const appVersion = '1.2.0-RP3'; // 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 ccb22464..1b177a66 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-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 +params['version'] = "1.2.0-RP3"; //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)