chore: bump SW cache to v4

This commit is contained in:
posimai 2026-03-23 00:48:26 +09:00
parent 8b88340045
commit 152793e672
1 changed files with 1 additions and 1 deletions

2
sw.js
View File

@ -1,4 +1,4 @@
const CACHE = 'posimai-brief-v3'; const CACHE = 'posimai-brief-v4';
const ASSETS = ['/', '/index.html', '/manifest.json']; const ASSETS = ['/', '/index.html', '/manifest.json'];
const ORIGIN = self.location.origin; const ORIGIN = self.location.origin;