diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-16 22:26:38 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-16 22:26:38 -0700 |
commit | 270dd272f5fd2e9c7e178ba31c561e41d820608a (patch) | |
tree | aa9418a20e6f54faf5dce8c7135edcf789675e33 /web/static/sw.js | |
parent | 04b2beaaa2bf38ef9716702413fa4b5fcbc37a2b (diff) | |
download | dartboat-270dd272f5fd2e9c7e178ba31c561e41d820608a.tar.gz dartboat-270dd272f5fd2e9c7e178ba31c561e41d820608a.tar.xz |
web: display svg overflow
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 ac42ae1..3e3ccfd 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '11'; +const CACHE_VERSION = '12'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |