From 396cafbb28effdd92adc1d7d880d8ea53439c152 Mon Sep 17 00:00:00 2001 From: posimai Date: Sun, 5 Apr 2026 14:20:25 +0900 Subject: [PATCH] fix: bump SW cache version to clear stale index.html cache --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 413735c..5a792a2 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'posimai-store-v1'; +const CACHE = 'posimai-store-v2'; const STATIC = ['/', '/index.html', '/manifest.json', '/logo.png']; self.addEventListener('install', e => {