Update service-worker.js

This commit is contained in:
FURK4NGG
2024-10-03 19:53:07 +03:00
committed by GitHub
parent f909d939e0
commit d6bc1e7fe1
+1 -1
View File
@@ -37,7 +37,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v8';
const CURRENT_VERSION = 'v9';
// Install event - cache files
self.addEventListener('install', event => {