diff --git a/service-worker.js b/service-worker.js index b1dc135..738b7e4 100644 --- a/service-worker.js +++ b/service-worker.js @@ -33,7 +33,7 @@ const urlsToCache = [ '/.htaccess.txt' ]; -const CURRENT_VERSION = 'v23'; +const CURRENT_VERSION = 'v25'; // Install event - cache files self.addEventListener('install', event => {