Skip to content

Commit

Permalink
v1.5.1 corrige le déplacement des unitdate hors du unittitle sur firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-hdl committed Oct 12, 2023
1 parent ce0c069 commit 9040eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cuisine-ead",
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"main": "public/index.html",
"scripts": {
Expand Down
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.5.0";
var VERSION = "v1.5.1";
setCacheNameDetails({
prefix: "cuisine-ead",
suffix: VERSION,
Expand Down

0 comments on commit 9040eae

Please sign in to comment.