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