Update service-worker.js

This commit is contained in:
FURK4NGG
2024-10-05 21:23:37 +03:00
committed by GitHub
parent 47dd52d37c
commit 56d8dbb12c
+1 -1
View File
@@ -33,7 +33,7 @@ const urlsToCache = [
'/.htaccess.txt' '/.htaccess.txt'
]; ];
const CURRENT_VERSION = 'v14'; const CURRENT_VERSION = 'v15';
// Install event - cache files // Install event - cache files
self.addEventListener('install', event => { self.addEventListener('install', event => {