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;