From cf9e11f64a73dd000e2fc6ed4d5af1c863a38f95 Mon Sep 17 00:00:00 2001 From: posimai Date: Mon, 23 Mar 2026 00:04:17 +0900 Subject: [PATCH] chore: bump SW cache to v2 for force refresh --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 5628c9f..bf1e9c2 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'posimai-brief-v1'; +const CACHE = 'posimai-brief-v2'; const ASSETS = ['/', '/index.html', '/manifest.json']; const ORIGIN = self.location.origin;