From e82e03f3acd09b79d3681dfeb1cf287b85db77dc Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 22 May 2022 15:57:36 -0700 Subject: web: remove test match modes; prompt cleanup --- web/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/static/sw.js') diff --git a/web/static/sw.js b/web/static/sw.js index a181cc0..3b2d49b 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '20'; +const CACHE_VERSION = '21'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2