bump(frontend): cache v8→v9 for clean SW refresh

This commit is contained in:
a2nr 2026-06-30 18:32:05 +07:00
parent cad90ebd2e
commit 6ccbb88678
1 changed files with 1 additions and 1 deletions

View File

@ -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`;