Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokuyow authored Feb 26, 2024
1 parent ac63c0f commit df893e6
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
Expand Up @@ -31,7 +31,7 @@ const urlsToCache = [
'./images/angle-down-solid.svg'
];

const VERSION = '1.40.4';
const VERSION = '1.41';
let CACHE_NAME = 'sats-rate-caches-' + VERSION;
const MY_CACHES = new Set([CACHE_NAME]);

Expand Down Expand Up @@ -98,4 +98,4 @@ self.addEventListener('message', (event) => {
if (event.data.action === 'getVersion') {
event.ports[0].postMessage({ version: VERSION });
}
});
});

0 comments on commit df893e6

Please sign in to comment.