Bump version number for PWA release

Former-commit-id: e9d21833e858ced3d57c9f33c8144ff8b1eb3203 [formerly 4800911a953e43fe67c54f94fb54d68ffb8b6387] [formerly 999cad656813dfaf7babdd4614c0b8fef0bd33c6] [formerly 31b4b2bcecf3e6e15e32a9d481a31a0542d7aaff [formerly 31e1dce4cfab8c70bda01f92d35beee98bc13ef6 [formerly c66afddba5caa8cbce0a9db3ffb54ffe14a3e581]]]
Former-commit-id: faab71ac506f34cf4ee9dfb883b7d47793cdd8f3 [formerly 26220a55b7c84201fbc501c898dd3dbd8e762700 [formerly 0218f7669d8615ee0a8e6cb7c707dab7682c40fc]]
Former-commit-id: 3612d8a81866dd4545725d250b4b1ff3fed2d090 [formerly 6b470aa866d5058b86b9828d6a6ac49e68144412]
Former-commit-id: 78f415df0feccb4396d16ca962894dabf29dd71f
This commit is contained in:
Jaifroid 2021-09-21 14:29:07 +01:00
parent b025d76743
commit 481d3de333
2 changed files with 2 additions and 2 deletions

View File

@ -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.4-rc2';
const appVersion = '1.7.4';
// 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

View File

@ -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.4-rc2"; //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.4"; //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)