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;