mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 04:06:27 -04:00
Bump version
Former-commit-id: d9024ae6b6358f8ec7c18645545fd4235e0eddb0 [formerly 383b004bcfc9e394502117864eb257ef6e7aea06] [formerly fbea6e6a74838208dd2835ceb369c50cead46379] [formerly 56ee6bd13890eb5b182052b5af4c57e2f8345003 [formerly cec0b804c93ff469fb7ef624ac8ed934acdcab6b [formerly 5e5fd4e6d0f55aa06978ffb805374716509c947e]]] Former-commit-id: 624b2357ceadb4b05da175ce77122696b9165107 [formerly 49076c032a93c9df8b5cfe606cb6455fe1522b64 [formerly d61cf8b9f84f15099f8d5a0242e4e024b701d4bf]] Former-commit-id: 1f8462c986fb0e97c0b4b691584e4c3c7a5d15fa [formerly a12345e37eaa6e2f5e4a91be8db13f748b55b1ed] Former-commit-id: 8c883cf83ab91910cba392a2bb7fdf99e0b51edd
This commit is contained in:
parent
0fae853f97
commit
049ca6b0a6
@ -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.6';
|
||||
const appVersion = '1.7.7-rc1';
|
||||
|
||||
// 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.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
|
||||
params['version'] = "1.7.7-rc1"; //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