mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-11 13:18:21 -04:00
Bump appversion for testing
This commit is contained in:
parent
8da76042d0
commit
a69b06d202
@ -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
|
* 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
|
* is cached in APP_CACHE
|
||||||
*/
|
*/
|
||||||
const appVersion = '2.3.8';
|
const appVersion = '2.3.81';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
* The name of the Cache API cache in which assets defined in regexpCachedContentTypes will be stored
|
||||||
|
@ -49,7 +49,7 @@ var params = {};
|
|||||||
*/
|
*/
|
||||||
var appstate = {};
|
var appstate = {};
|
||||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||||
params['appVersion'] = "2.3.8"; //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'] = "2.3.81"; //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 !! ********************/
|
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
||||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_mini_2023-01.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['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_mini_2023-01.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)
|
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