diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-27 16:12:46 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-27 16:14:38 -0700 |
commit | a0ca7ab5421d001f50fabbc6c139ded380f597d8 (patch) | |
tree | 3d10554311f8644d7fec76f4a2f41d8cc38a6f2f /web/static | |
parent | 51447980c54eab163773b80211a73dbfb3636e79 (diff) | |
download | dartboat-a0ca7ab5421d001f50fabbc6c139ded380f597d8.tar.gz dartboat-a0ca7ab5421d001f50fabbc6c139ded380f597d8.tar.xz |
web: refactor svg drawing and related code
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 263c288..acb2c20 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '26'; +const CACHE_VERSION = '27'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |