From 049ca6b0a6122aad0a83f348e7c3bbf914db43c2 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 16 Oct 2021 14:59:02 +0100 Subject: [PATCH] Bump version Former-commit-id: d9024ae6b6358f8ec7c18645545fd4235e0eddb0 [formerly 383b004bcfc9e394502117864eb257ef6e7aea06] [formerly fbea6e6a74838208dd2835ceb369c50cead46379] [formerly 56ee6bd13890eb5b182052b5af4c57e2f8345003 [formerly cec0b804c93ff469fb7ef624ac8ed934acdcab6b [formerly 5e5fd4e6d0f55aa06978ffb805374716509c947e]]] Former-commit-id: 624b2357ceadb4b05da175ce77122696b9165107 [formerly 49076c032a93c9df8b5cfe606cb6455fe1522b64 [formerly d61cf8b9f84f15099f8d5a0242e4e024b701d4bf]] Former-commit-id: 1f8462c986fb0e97c0b4b691584e4c3c7a5d15fa [formerly a12345e37eaa6e2f5e4a91be8db13f748b55b1ed] Former-commit-id: 8c883cf83ab91910cba392a2bb7fdf99e0b51edd --- 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 81974ec7..07406f4d 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.7.6'; +const appVersion = '1.7.7-rc1'; // 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 5470de0e..e73ae390 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 AND CHECK PWASERVER BELOW!!!!!!! *******/ -params['version'] = "1.7.6"; //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.7.7-rc1"; //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 service worker AND PWA-SERVER BELOW !! ********************/ params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_nopic_2021-09.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)