diff --git a/sw.js b/sw.js index 31bde472..394b6e8c 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var cacheName = 'csswizardry:0140'; +var cacheName = 'csswizardry:0141'; var cacheFiles = [ '/', '/about/', @@ -53,7 +53,7 @@ self.addEventListener('fetch', function(event) { // Empty out any caches that don’t match the ones listed. self.addEventListener('activate', function(event) { - var cacheWhitelist = ['csswizardry:0140']; + var cacheWhitelist = ['csswizardry:0141']; event.waitUntil( caches.keys().then(function(cacheNames) {