From 270dd272f5fd2e9c7e178ba31c561e41d820608a Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 16 May 2022 22:26:38 -0700 Subject: web: display svg overflow --- 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 ac42ae1..3e3ccfd 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '11'; +const CACHE_VERSION = '12'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2