From 4234227e6b910d5380e880ed79ea0b0e1f92a1f8 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Mon, 3 Dec 2018 18:42:41 +0200 Subject: [PATCH] Update sw version --- src/main/resources/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/sw.js b/src/main/resources/static/sw.js index 8534f0b..dd56b60 100644 --- a/src/main/resources/static/sw.js +++ b/src/main/resources/static/sw.js @@ -1,4 +1,4 @@ -var CACHE_NAME = 'Clap-Trap-Bot-V0.1'; +var CACHE_NAME = 'Clap-Trap-Bot-V0.2'; var urlsToCache = [ '/', '/music',