diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-15 02:32:08 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-15 02:32:08 -0700 |
commit | 4bec4883792f86cd835936113a9d39bebcf0344f (patch) | |
tree | 1aa8016379829e6e58c64aef2424b417ac823b50 /web/static/sw.js | |
parent | 44519eb0c9d1c4bc5295708bd8feeb174c04825a (diff) | |
download | dartboat-4bec4883792f86cd835936113a9d39bebcf0344f.tar.gz dartboat-4bec4883792f86cd835936113a9d39bebcf0344f.tar.xz |
web: implement difficulty abstraction for stdev
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 bf1d818..7576286 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '5'; +const CACHE_VERSION = '6'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |