diff --git a/html/fallback.html b/html/fallback.html
index 379ef963..2f234b65 100644
--- a/html/fallback.html
+++ b/html/fallback.html
@@ -33,7 +33,7 @@
- Oops, try again later
+ Oops, Check your connection & try again later
diff --git a/sw.js b/sw.js
index fda8a380..806487e5 100644
--- a/sw.js
+++ b/sw.js
@@ -1,7 +1,7 @@
// #5
-const staticCacheName = 'site-static-v43';
-const dynamicCache = 'site-dynamic-v43';
+const staticCacheName = 'site-static-v44';
+const dynamicCache = 'site-dynamic-v44';
const dynamicCacheSize = 30;