From 6ccbb88678e82e99e9806bef5e00e327589d1f9e Mon Sep 17 00:00:00 2001 From: a2nr Date: Tue, 30 Jun 2026 18:32:05 +0700 Subject: [PATCH] =?UTF-8?q?bump(frontend):=20cache=20v8=E2=86=92v9=20for?= =?UTF-8?q?=20clean=20SW=20refresh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/sw.js b/frontend/static/sw.js index 235f539..09ca5e6 100644 --- a/frontend/static/sw.js +++ b/frontend/static/sw.js @@ -1,5 +1,5 @@ // static/sw.js -const CACHE_VERSION = 'elemes-v8'; +const CACHE_VERSION = 'elemes-v9'; const STATIC_CACHE = `${CACHE_VERSION}-static`; const API_CACHE = `${CACHE_VERSION}-api`; const ASSET_CACHE = `${CACHE_VERSION}-assets`;