Update service-worker.js

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