From 9c8d587a4b9eb3c908027c21aeab0b01b25ae02b Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 16 May 2022 14:02:07 -0700 Subject: web: fix ending match mid-comp-throw and starting another quickly --- web/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/static') diff --git a/web/static/sw.js b/web/static/sw.js index 253d350..ba14e30 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '9'; +const CACHE_VERSION = '10'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2