Skip to content

Commit 2a88282

Browse files
committed
fix: cache update
1 parent e96c7ad commit 2a88282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "elements-v.0.4.1",
2+
"id": "elements-v.0.5.0",
33
"name": "Elements Synth",
44
"short_name": "Elements",
55
"description": "Web polyphonic multilayered digital synthesizer",

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'elements-cache-v.0.4.1';
1+
const CACHE_NAME = 'elements-cache-v.0.5.0';
22
const ASSETS_TO_CACHE = [
33
'/',
44
'/index.html',

0 commit comments

Comments
 (0)