From 152793e672374b5fee40ef34a1331d8c98059c7e Mon Sep 17 00:00:00 2001 From: posimai Date: Mon, 23 Mar 2026 00:48:26 +0900 Subject: [PATCH] chore: bump SW cache to v4 --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index e8b945b..96a1186 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'posimai-brief-v3'; +const CACHE = 'posimai-brief-v4'; const ASSETS = ['/', '/index.html', '/manifest.json']; const ORIGIN = self.location.origin;