diff --git a/sw.js b/sw.js index 413735c..5a792a2 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'posimai-store-v1'; +const CACHE = 'posimai-store-v2'; const STATIC = ['/', '/index.html', '/manifest.json', '/logo.png']; self.addEventListener('install', e => {