diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index f4c788fb..7d94cbdd 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.4.3-rc1'; +const appVersion = '1.4.3-rc2'; // 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/index.html b/www/index.html index babde31a..ae1dd91f 100644 --- a/www/index.html +++ b/www/index.html @@ -47,15 +47,7 @@