diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-24 19:58:04 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-24 19:58:43 -0700 |
commit | 9a02c0367351c311734f42ab2afe2b377ca12908 (patch) | |
tree | 845b652771bb82a7ffaef39919dc56f08e2f207b /web/static | |
parent | 14dd3ef4196af7c2269d80931dfcdcd1c3068857 (diff) | |
download | dartboat-9a02c0367351c311734f42ab2afe2b377ca12908.tar.gz dartboat-9a02c0367351c311734f42ab2afe2b377ca12908.tar.xz |
display 2-dart checkout if different than 3-dart checkout
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 f09f5fc..33f3c0a 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '24'; +const CACHE_VERSION = '25'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |