From 9ee81a83ee971b316446e337110d3bbfea7bfc8f Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Wed, 18 May 2022 16:54:58 -0700 Subject: web: use match info funcs instead of checking mode --- 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 ac33994..f698a6d 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '15'; +const CACHE_VERSION = '16'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2