From 60a54eef021c2bb9a6233dba035c22c6ed42e448 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 10 Jan 2021 11:17:41 +0000 Subject: [PATCH] Mark app as in development Former-commit-id: 3e9058c4c369d1297b3222681f01bf923b36db10 [formerly 9ee857965ec9e7db321da4a4ab676914389d3089] [formerly 41a70d68dccdd0b10f165846aae246ffc8186f10] [formerly 3943cbfd99bcc3685428f25480e254421d6da549 [formerly 4f7214f3c0303154490b4412eb69b07230885150 [formerly bf35d739a770a9c4fe8097bb59d18400eba918a5]]] Former-commit-id: 1540e75259371f5680bd82ca7c8a033d14409f85 [formerly 7c78564baaaa5fb769856b3cdf492632275809ee [formerly 36c8bfc08f48508a1e169a4dac2d1115f3f44b90]] Former-commit-id: 098aa71c3349fd9d1fe5013da3a70fa9697a8ec4 [formerly 67a9ba8f6485c84be978f5ceb6ebe4e006828f49] Former-commit-id: cfde3aa0652cc776ac5bfbc778f58d62bee6b2bc --- pwabuilder-sw.js | 2 +- www/js/init.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index b25df39e..45f34cae 100644 --- a/pwabuilder-sw.js +++ b/pwabuilder-sw.js @@ -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.1.4'; +const appVersion = '1.1.4-dev'; // 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 diff --git a/www/js/init.js b/www/js/init.js index 19263c28..8bf86a7e 100644 --- a/www/js/init.js +++ b/www/js/init.js @@ -49,7 +49,7 @@ var params = {}; */ var appstate = {}; /******** UPDATE VERSION IN pwabuilder-sw.js TO MATCH VERSION *******/ -params['version'] = "1.1.4"; //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.1.4-dev"; //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'] = "wikipedia_en_100_maxi.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)