Update service-worker.js

This commit is contained in:
FURK4NGG
2024-10-01 17:03:49 +03:00
committed by GitHub
parent c207e748c1
commit 79823f6cce
+1 -1
View File
@@ -37,7 +37,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v3';
const CURRENT_VERSION = 'v4';
// Install event - cache files
self.addEventListener('install', event => {