diff options
| author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-22 15:57:36 -0700 |
|---|---|---|
| committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-22 15:57:36 -0700 |
| commit | e82e03f3acd09b79d3681dfeb1cf287b85db77dc (patch) | |
| tree | 71eec25d64b7f570cdf30fa8a38a9b1f024381ef /web/static | |
| parent | fef79a7a92adaa8a4bd74ecb9dd9b8e540030eb9 (diff) | |
| download | dartboat-e82e03f3acd09b79d3681dfeb1cf287b85db77dc.tar.gz dartboat-e82e03f3acd09b79d3681dfeb1cf287b85db77dc.tar.xz | |
web: remove test match modes; prompt cleanup
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 a181cc0..3b2d49b 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '20'; +const CACHE_VERSION = '21'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |
