From b68f855facd1efbee0fb617eefcc2a9afd14fd3f Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 11 Oct 2021 17:27:20 +0100 Subject: [PATCH] Bump version Former-commit-id: 5a6d26aa717e4723d8cf9d09b62b73163c6ad78a [formerly 368495580a687997b5ef904ac2d78d649129bba1] [formerly 2bfbc705dd9129059f9823e2c30da5ea476d7038] [formerly 5fb445dd9f9ed69a718e6813b5d740d6d16923fe [formerly c68f8e71d1df347386b50d80c047948f3155c0f8 [formerly 400c963f8c85240d58aca796f144482b4612d68c]]] Former-commit-id: 0b84a1ba5279f410f8fdf11268da6ed314fbd5fb [formerly a14e15470b1ba9b165fddc8923639d7ee73fe026 [formerly 33c4e86e38fed6ea5bb13e89af020eb6647f470b]] Former-commit-id: e5294e3b685b36cd6b5f8cf3facf4928a34db763 [formerly 80a5806021629d22912b44f9346428e1b813ce85] Former-commit-id: b0696a857bffd7e2675ba0bd67c856841f0df09e --- package.json | 2 +- pwabuilder-sw.js | 2 +- www/js/init.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a4677aad..d4b67ebb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiwix-js-pwa", "productName": "Kiwix JS PWA", - "version": "1.7.5E", + "version": "1.7.6", "description": "Kiwix JS PWA packaged for the Electron framework", "main": "main.js", "build": { diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index f313ac4e..81974ec7 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.7.5'; +const appVersion = '1.7.6'; // 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 9798471f..2d880b8e 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 AND CHECK PWASERVER BELOW!!!!!!! *******/ -params['version'] = "1.7.5"; //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.7.6"; //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 service worker AND PWA-SERVER BELOW !! ********************/ params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_nopic_2021-09.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)