From d6de86a74b7e2394f11152ad98c50f300f6a60cf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 25 Jan 2021 14:30:00 +0100 Subject: [PATCH] bump sw & chat version --- src/dependencies.pug | 2 +- src/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 5d19ba6..7ee8059 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -36,7 +36,7 @@ if endpoints.get //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer) if endpoints.get.users - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@2.0" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@3.0" defer) //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer) if endpoints.get.polls diff --git a/src/sw.js b/src/sw.js index 881a4a5..577b399 100644 --- a/src/sw.js +++ b/src/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'hubl-store-cnt82i'; +const CACHE_NAME = 'hubl-store-nfi743'; self.addEventListener('install', function (e) { self.skipWaiting();