Bump version to release 1.3.0

Former-commit-id: 48e3a1d3640870dcb61d9b770692fe21c9e06906 [formerly 3a2f192fa836824a3c70de3174ecfb375d0b838b] [formerly 52518e9c99067ce6e6d9bb6c10f82631689f0900] [formerly cc977f2cf29a489faa54247d91ce078509467ca4 [formerly f5ab8c90440dadc1f109d64e524e62054b46b6d2 [formerly bda9398e3306086f40feeb4d210096ebee5a8e6e]]]
Former-commit-id: 036013bc557fbd4c0d470033181535e22fb1c7dc [formerly 94a4328145658cb29d15bea7729b0aea321773ec [formerly 827a72246a1fb48fb6afb94c93a68d5d6a0a58dc]]
Former-commit-id: a51edc39f07a9979b6462ea6f16030630863c4b4 [formerly f8294b9e629fee33fdbd32441a9915f40f889b9b]
Former-commit-id: 4c5c1dd2762cd29628c739011c0afcb3772ff05f
This commit is contained in:
Jaifroid 2021-05-19 23:20:40 +01:00
parent f707e87938
commit 113f67d32d
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.3.0-RC3';
const appVersion = '1.3.0';
// 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 *******/
params['version'] = "1.3.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.3.0"; //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'] = getSetting('packagedFile') || "wikipedia_en_100_maxi_2021-04.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)