Update service-worker.js

This commit is contained in:
FURK4NGG
2024-10-05 19:28:29 +03:00
committed by GitHub
parent c904b2b71e
commit 5f454122a5
+1 -1
View File
@@ -37,7 +37,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v10';
const CURRENT_VERSION = 'v11';
// Install event - cache files
self.addEventListener('install', event => {