Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
samolukadjo authored Jan 18, 2024
1 parent 6956c70 commit 10f38b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Choose a cache name
const cacheName = 'cache-v14';
const version = 14;
const cacheName = 'cache-v15';
const version = 15;
// List the files to precache
const precacheResources = [
'/',
Expand Down

0 comments on commit 10f38b7

Please sign in to comment.