Update service-worker.js

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