From 5a1032e3e4b3479c84807d5610335c7e4f850158 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Wed, 18 May 2022 20:29:25 -0700 Subject: web: store comp info as part of match player info instead of globally This allows us things like two computer players against one another, which I've also added for testing. --- 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 b41daa8..b9a92e6 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '17'; +const CACHE_VERSION = '18'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2