Bump version for interim PWA release

Former-commit-id: cfe01d8c1e26ab497b7464376162b37f27b42925 [formerly 51f06a012cc8b1d132d2f2f2a6483083543286c8] [formerly 890704f3366b5ab64da27bc59b3135a6c52292c1] [formerly c2e85d67cee3550cfb132714212be4f66b23966d [formerly e22c5bffc1ddd28366d9b880c1ab9552133a05ff [formerly 47292b89ccab0680b964e5e824e5a27bb6333640]]]
Former-commit-id: a46a62af35e4a0d674c2f899c897af060a8cc413 [formerly 564ccfc0157a2bbeb4ef13714018584dcb76e364 [formerly 42b5275a146e143174239b41bde88850eab16021]]
Former-commit-id: e97e5744df82bb7db1843f35cd2e0d06c9481bfb [formerly e63fbf52aa591e233a9d4ffb4803002baa5496df]
Former-commit-id: d829cdd4da7eef15961f409c10280fbe07f0e276
This commit is contained in:
Jaifroid 2022-01-17 12:20:29 +00:00
parent 4a90414816
commit 88f257c746
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
* download and install a new copy; we have to hard code this here because it is needed before any other file
* is cached in APP_CACHE
*/
const appVersion = '1.8.6';
const appVersion = '1.8.7';
/**
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored

View File

@ -50,7 +50,7 @@ var params = {};
*/
var appstate = {};
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
params['appVersion'] = "1.8.6"; //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.7"; //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-12.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)