mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
Bump interim version
Former-commit-id: 06fe09200257e2692f20aa658f8642db6570b609 [formerly 5cdac9e745e8ff8e71619d90fdf8d3e735181cbc] [formerly 73bb91fe6b58b56ebd3ee25832ea49093805b71a] [formerly 74adae063b252b3fb2779c22b66be61842074e80 [formerly 44df48be80473c554142cbfb1390cd6cb388fa05 [formerly 9e4fd63b56c1a71485d4153fbb6ca5d68c65da9b]]] Former-commit-id: b8fa07cc510a95e20ef3e57cd01a5af7b24bbda2 [formerly 09d03af26a0ef85367f96013301e853958169029 [formerly 8501349783ca6add897119f8caef6d99bf4f6c12]] Former-commit-id: 16500404395c3d399ec9fa43eb0051d92d0cb479 [formerly 40f1a6a8797d049f38d988bd8538aacc197a8594] Former-commit-id: 655b4f9f0342de504e6ce6f24ae6408511216840
This commit is contained in:
parent
0ebc0d51ab
commit
7041ea0544
@ -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.9.0';
|
||||
const appVersion = '1.9.1';
|
||||
|
||||
/**
|
||||
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
||||
|
@ -50,7 +50,7 @@ var params = {};
|
||||
*/
|
||||
var appstate = {};
|
||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||
params['appVersion'] = "1.9.0"; //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.9.1"; //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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user