mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-13 06:22:09 -04:00
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
This commit is contained in:
parent
7aa7fc95ce
commit
a9446aa107
@ -4,7 +4,7 @@
|
|||||||
// App version number - ENSURE IT MATCHES VALUE IN init.js
|
// 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
|
// DEV: Changing this will cause the browser to recognize that the Service Worker has changed, and it will download and
|
||||||
// install a new copy
|
// install a new copy
|
||||||
const appVersion = '1.2.0-RP1';
|
const appVersion = '1.2.0-RP2';
|
||||||
|
|
||||||
// Kiwix ZIM Archive Download Server in regex form
|
// 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
|
// 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 = {};
|
var appstate = {};
|
||||||
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION *******/
|
/******** 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!! ********************/
|
/******* 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['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)
|
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