Update service-worker.js

This commit is contained in:
FURK4NGG
2024-10-01 18:09:55 +03:00
committed by GitHub
parent 738b02be70
commit 241f161424
+1 -1
View File
@@ -37,7 +37,7 @@ const urlsToCache = [
'/.htaccess.txt' '/.htaccess.txt'
]; ];
const CURRENT_VERSION = 'v6'; const CURRENT_VERSION = 'v7';
// Install event - cache files // Install event - cache files
self.addEventListener('install', event => { self.addEventListener('install', event => {