Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bkop-ds committed Nov 28, 2023
1 parent 2908cb1 commit 3796645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ registerRoute(
);

workbox.precaching.precacheAndRoute([
{url: 'index.html', revision: 'v1.4'},
{url: 'src/pages/dataRequest.js', revision: 'v1.4'},
{url: 'index.html', revision: 'v1.5'},
{url: 'src/pages/dataRequest.js', revision: 'v1.5'},
]
);

0 comments on commit 3796645

Please sign in to comment.