diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 02:04:55 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 02:04:55 -0700 |
commit | 46d5c38b80b2e5f6b237ea0313ba23c408bdf7fe (patch) | |
tree | 81f3b0f09f973d4f8bd8d2746a7dee776f4f57d0 /web/static | |
parent | 07478abb0796219ecd5c36a75c1fbb292909d089 (diff) | |
download | dartboat-46d5c38b80b2e5f6b237ea0313ba23c408bdf7fe.tar.gz dartboat-46d5c38b80b2e5f6b237ea0313ba23c408bdf7fe.tar.xz |
web: support first-visit undo when player 2 throws first
Diffstat (limited to 'web/static')
-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 1844274..ac33994 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '14'; +const CACHE_VERSION = '15'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |