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