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