From b7261a64dba40d792766af5aa01d1382d4ba7acf Mon Sep 17 00:00:00 2001 From: George Wu Date: Sun, 22 Feb 2026 21:45:07 -0800 Subject: [PATCH] chore: increment service worker cache version to v15 --- static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sw.js b/static/sw.js index 52391f5f..94c3e359 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,5 +1,5 @@ // OxiCloud Service Worker -const CACHE_NAME = 'oxicloud-cache-v14'; +const CACHE_NAME = 'oxicloud-cache-v15'; const ASSETS_TO_CACHE = [ '/', '/index.html',