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