mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
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
This commit is contained in:
parent
4b11e72b9e
commit
b68f855fac
@ -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": {
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user