diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 20:29:25 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 20:30:17 -0700 |
commit | 5a1032e3e4b3479c84807d5610335c7e4f850158 (patch) | |
tree | 045b26df714e44c270f428daea2e83bc4b2e3b1a /web/static/sw.js | |
parent | d4a44af5efa5d3847a4ec4c545d585770e92e4b9 (diff) | |
download | dartboat-5a1032e3e4b3479c84807d5610335c7e4f850158.tar.gz dartboat-5a1032e3e4b3479c84807d5610335c7e4f850158.tar.xz |
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.
Diffstat (limited to 'web/static/sw.js')
-rw-r--r-- | web/static/sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |