chore(ui): bump cache name to ensure refresh

This commit is contained in:
Edouard Vanbelle
2026-04-26 00:07:16 +02:00
parent 3d8bd2d618
commit ae15d5adc5
+1 -1
View File
@@ -1,6 +1,6 @@
// OxiCloud Service Worker
// FIXME: generate cache name according build ?
const CACHE_NAME = 'oxicloud-cache-v19';
const CACHE_NAME = 'oxicloud-cache-v20';
// Only cache static assets — NOT HTML files.
// HTML files are served network-first so browsers always get the latest