Update service-worker.js

This commit is contained in:
FURK4NGG
2024-11-16 15:31:24 +03:00
committed by GitHub
parent d1866f4b18
commit 6e8a99f0c8
+1 -1
View File
@@ -33,7 +33,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v26';
const CURRENT_VERSION = 'v27';
// Install event - cache files
self.addEventListener('install', event => {