diff --git a/sw.js b/sw.js index f24de09..2c48870 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'posimai-veil-v1'; +const CACHE = 'posimai-veil-v3'; const ASSETS = ['/', '/index.html', '/manifest.json']; const ORIGIN = self.location.origin;