Skip to content

Commit

Permalink
Updated sw
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Feb 26, 2017
1 parent 0ffaac5 commit 92d0a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serviceWorker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Cache polyfil to support cacheAPI in all browsers
importScripts('./cache-polyfill.js');

var cacheName = 'cache-v2';
var cacheName = 'cache-v1';

//Files to save in cache
var files = [
Expand Down

0 comments on commit 92d0a61

Please sign in to comment.