Update service-worker.js

This commit is contained in:
FURK4NGG
2024-10-06 15:12:25 +03:00
committed by GitHub
parent 0ff1bd16b7
commit 50b1c2d6c1
+1 -1
View File
@@ -33,7 +33,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v15';
const CURRENT_VERSION = 'v16';
// Install event - cache files
self.addEventListener('install', event => {