mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
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
This commit is contained in:
parent
713621f28a
commit
a310c8393e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user