diff --git a/priv/static/js/service-worker.js b/priv/static/js/service-worker.js index 0a7f530..c23df54 100644 --- a/priv/static/js/service-worker.js +++ b/priv/static/js/service-worker.js @@ -1,6 +1,6 @@ // caching -const cacheName = "jenot-v1"; +const cacheName = "jenot-v2"; const appShellFiles = [ "/index.html", "/style.css",