From ae15d5adc561ea687a839da472310ba286b55807 Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Sun, 26 Apr 2026 00:07:16 +0200 Subject: [PATCH] chore(ui): bump cache name to ensure refresh --- static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sw.js b/static/sw.js index bad30e9b..4d78b74f 100644 --- a/static/sw.js +++ b/static/sw.js @@ -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