From 1db534799ef5b41114d80fce0c38f1c93235a8a3 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sat, 28 May 2022 01:06:08 -0700 Subject: web: reduce mem used during drawing of board --- 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 acb2c20..babd68a 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '27'; +const CACHE_VERSION = '28'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2