Bump version

Former-commit-id: 7ce355bb8fa3e92a0efbc84ce5f68fda1cc2854f [formerly 916243e94d5995eab726b57fee62fc1eed535bef] [formerly 51670ae71e86525ebe3c628d1790fce9985f0631] [formerly f2ec295a420ec455e01c9f67cbe24b1ad04ad342 [formerly b685e6f7683f4ba8aaeeca131850dfb88674ab0c [formerly 841d36cf1af8d2958e6c42aa7fc721fd6a9a9c37]]]
Former-commit-id: bd51772fa7b56e506c13c813adc3a423645d0829 [formerly 568eca5f22fd84abbb5e1df357eac074a5116874 [formerly 2fcc7cf4e1392f3405da15c7faed1656e4812516]]
Former-commit-id: 993b807f897ae8d5c01f684f3402b33820d9014c [formerly 96e4852556900cb7b0c9a4b68d99fff5e658cade]
Former-commit-id: 2f0bb7d6d377f342aea3cef42674ab5f8bad785d
This commit is contained in:
Jaifroid 2021-12-23 07:37:32 +00:00
parent ade4859ab4
commit b46fddeb42
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.8.4';
const appVersion = '1.8.5';
// 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

@ -50,7 +50,7 @@ var params = {};
*/
var appstate = {};
/******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
params['appVersion'] = "1.8.4"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
params['appVersion'] = "1.8.5"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" 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-11.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)