From aeae21f6ec9cebee40d508baac17736bfc43ab87 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 4 Dec 2021 15:15:35 +0000 Subject: [PATCH] Bump app version Former-commit-id: db9a59a40d5a2fc725fc61e6a5978e7698542947 [formerly 5886166a4732f2cd6a0a284b91ccc2a9181733b1] [formerly 834bbd1780642f14049549d35c2970bf6f0b75f4] [formerly d195bf92d0747c42443744743f61be1bc251f092 [formerly d59c2a932cac4b23dee8d2b166b232682e38626a [formerly 05293437f33d0b0dd0ff0bae2b20041ab88a510d]]] Former-commit-id: 25433cc5c966e8aad7f3e52dc878f983a3c5ea72 [formerly a36b0f3eb3d410b6f27c7ac50746b12c417cc108 [formerly dddf4a7566c5e5480d04139221768c184c8d2aed]] Former-commit-id: 07090b6c7c506f01800b892d4da3038d62c7124f [formerly df474fd5357dd132c999db24e34d1cdc9427f09d] Former-commit-id: 5a2dfca9e0ca64c767781305a1add63a2ef168a6 --- package.appxmanifest | 2 +- pwabuilder-sw.js | 2 +- www/js/init.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.appxmanifest b/package.appxmanifest index fb81a1bc..36f0fd0b 100644 --- a/package.appxmanifest +++ b/package.appxmanifest @@ -1,6 +1,6 @@  - + Kiwix JS diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index 106e17c8..f7cefe77 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.8.1'; +const appVersion = '1.8.2'; // 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 fba1a533..d5c819db 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -50,7 +50,7 @@ var params = {}; */ var appstate = {}; /******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/ -params['appVersion'] = "1.8.1"; //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.2"; //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-11.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)