Update service-worker.js

This commit is contained in:
FURK4NGG
2024-10-29 12:47:53 +03:00
committed by GitHub
parent 465b1162e8
commit e01e2e5d54
+1 -1
View File
@@ -33,7 +33,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v20';
const CURRENT_VERSION = 'v21';
// Install event - cache files
self.addEventListener('install', event => {