Skip to content

Commit

Permalink
bump sw version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed Feb 23, 2024
1 parent 220db26 commit abd1cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const version = '20240220';
const version = '20240223';
const staticCacheName = version + 'static';
const pagesCacheName = version + 'pages';
const imagesCacheName = 'images';
Expand Down

0 comments on commit abd1cd7

Please sign in to comment.