Skip to content

Commit

Permalink
v1.4.0 service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-hdl committed May 5, 2023
1 parent 6db1ae1 commit a108560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { CacheableResponsePlugin } = workbox.cacheableResponse;
const { ExpirationPlugin } = workbox.expiration;
const { skipWaiting, clientsClaim, setCacheNameDetails } = workbox.core;

var VERSION = "v1.3.0";
var VERSION = "v1.4.0";
setCacheNameDetails({
prefix: "cuisine-ead",
suffix: VERSION,
Expand Down

0 comments on commit a108560

Please sign in to comment.