From a16827ff2f816bfb3d7b708d663162db52daa605 Mon Sep 17 00:00:00 2001 From: Manas Khurana Date: Sat, 26 May 2018 06:07:59 +0530 Subject: [PATCH] Update sw.js --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',