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