diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-19 15:24:06 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-19 15:24:06 -0700 |
commit | 2886add52aeed172289f3bddd995eda0b0c92a67 (patch) | |
tree | 27a9802c0364f5e98a12fdfe2155a85d7ec5f5e8 /web/static/sw.js | |
parent | 8956650dccfe1707005ef8be3655a4d986805312 (diff) | |
download | dartboat-2886add52aeed172289f3bddd995eda0b0c92a67.tar.gz dartboat-2886add52aeed172289f3bddd995eda0b0c92a67.tar.xz |
web: display darts for comp as player 1
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 b9a92e6..4a207b8 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '18'; +const CACHE_VERSION = '19'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |