Skip to content

Commit

Permalink
Updated sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
samdutton committed Jul 8, 2019
1 parent a6c2241 commit b0da416
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.8';
const CACHE = 'v2.9';

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

0 comments on commit b0da416

Please sign in to comment.