Skip to content

Commit

Permalink
Increase sw version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantoledo committed Sep 13, 2018
1 parent 4beaddb commit a199d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toolbox.options.debug = false;

importScripts('/js/sw-assets-precache.js'); /* global ASSETS */

const VERSION = '19';
const VERSION = '20';
const PREFIX = 'gulliver';
const CACHE_NAME = `${PREFIX}-v${VERSION}`;
const PWA_OPTION = {
Expand Down

0 comments on commit a199d94

Please sign in to comment.