diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 16:54:58 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 16:54:58 -0700 |
commit | 9ee81a83ee971b316446e337110d3bbfea7bfc8f (patch) | |
tree | 4e374d5f0dee387c2e0d8f9389aeefbc4fe935e3 /web/static | |
parent | 3fda7193b52eed1c724b6d5e5b8373c0a3fbf963 (diff) | |
download | dartboat-9ee81a83ee971b316446e337110d3bbfea7bfc8f.tar.gz dartboat-9ee81a83ee971b316446e337110d3bbfea7bfc8f.tar.xz |
web: use match info funcs instead of checking mode
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 ac33994..f698a6d 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '15'; +const CACHE_VERSION = '16'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |