Update service-worker.js

This commit is contained in:
FURK4NGG
2024-11-02 21:22:54 +03:00
committed by GitHub
parent 579a30c125
commit 5fcb424b9d
+1 -1
View File
@@ -33,7 +33,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v21';
const CURRENT_VERSION = 'v22';
// Install event - cache files
self.addEventListener('install', event => {