Bump release candidate

Former-commit-id: 5513f2e7b2ad0e5cad004ff753e6deb77f239bc6 [formerly 2fe746dc13ab74bcda1fbaaa93c9050429a87605] [formerly f549e0f4fe5ebc492a042cf805042dc38eef004e] [formerly 3917fd2d084f5c1b923215fb56a0f5a51ac71759 [formerly cdcb06d4f77434140c2acbee4b58f0a5b94979ff [formerly ea7e77335ef145c58ce03839372ee3012a8b33ad]]]
Former-commit-id: 9e5979992c7519789baec935c465cb2ba1408faf [formerly 38a78771d42850fe5232d50f90ee24e6b80158c2 [formerly 0aee35bdee0dde8edab74f9ef321708c611e0a9f]]
Former-commit-id: 1a7e50a58b0a70a912c37eaddd2e8f7097351fb2 [formerly 4e63a19e734b5a67d3c8b217058c836f3952eb32]
Former-commit-id: 1600a1fd8eb95f0a28f5bab0d1b018ca3b07ed36
This commit is contained in:
Jaifroid 2021-07-17 14:34:07 +01:00
parent 41cf883257
commit 2c9b9aa15f
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.5.0-rc3';
const appVersion = '1.5.0-rc4';
// 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.5.0-rc3"; //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.5.0-rc4"; //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_maxi_2021-06.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)