Update service-worker.js

This commit is contained in:
FURK4NGG
2024-11-03 01:36:55 +03:00
committed by GitHub
parent 88703d9818
commit d91e1a098c
+1 -1
View File
@@ -33,7 +33,7 @@ const urlsToCache = [
'/.htaccess.txt'
];
const CURRENT_VERSION = 'v22';
const CURRENT_VERSION = 'v23';
// Install event - cache files
self.addEventListener('install', event => {