Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
samdutton committed Mar 5, 2019
1 parent a652634 commit 2ec45f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const FILES = [
'index.html'
];

const CACHE = 'v2.0';
const CACHE = 'v2.1';

self.addEventListener('install', (event) => {
console.log('Service worker:', event);
Expand Down

0 comments on commit 2ec45f0

Please sign in to comment.