diff --git a/service-worker.js b/service-worker.js index b103167..c693d93 100644 --- a/service-worker.js +++ b/service-worker.js @@ -37,7 +37,7 @@ const urlsToCache = [ '/.htaccess.txt' ]; -const CURRENT_VERSION = 'v8'; +const CURRENT_VERSION = 'v9'; // Install event - cache files self.addEventListener('install', event => {