mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
Bump version
Former-commit-id: 976f122ebd97730fd420e31b30e4515db4e2bcbd [formerly ec9cdfb5c8665acc2bf950fa7e519df9160540c4] [formerly 7e43947b10a923ef1615940e5339b95085f663ef] [formerly a03eebcbf4c6127537396ace30a760fda2ec26c8 [formerly 480931449f9eca6dc973c551df5ed9bb4e5c27ee [formerly e81ac4fc932412bff45122b44cab5d58eb97326e]]] Former-commit-id: 880db06684d1f46986be03a98836821c47213129 [formerly 4e786592afeb0e8847701a37acba3a90477400a5 [formerly 0368a6a40fea748c8bbb54ddf555699fd19fda6a]] Former-commit-id: 8759779d37945f8e4929ad3de2812428025482a3 [formerly 38cac1542abf4936addf49e4bfe6a762d84dec83] Former-commit-id: 3eede5f571b2c639c373c50ffe5dcd9ed52c404e
This commit is contained in:
parent
c764f55a88
commit
53c3dd79a4
@ -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.2';
|
||||
const appVersion = '1.7.3';
|
||||
|
||||
// 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.2"; //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.3"; //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-08.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