diff --git a/sw.js b/sw.js index 921069a..42a4786 100644 --- a/sw.js +++ b/sw.js @@ -1,5 +1,5 @@ /* global noConnection:false, Promise:false */ -var CACHE_NAME = 'youcount-cache-1.3'; +var CACHE_NAME = 'youcount-cache-1.4'; var urlsToCache = [ '/index.html', '/images/social.png',