We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96c7ad commit 2a88282Copy full SHA for 2a88282
public/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "id": "elements-v.0.4.1",
+ "id": "elements-v.0.5.0",
3
"name": "Elements Synth",
4
"short_name": "Elements",
5
"description": "Web polyphonic multilayered digital synthesizer",
public/sw.js
@@ -1,4 +1,4 @@
-const CACHE_NAME = 'elements-cache-v.0.4.1';
+const CACHE_NAME = 'elements-cache-v.0.5.0';
const ASSETS_TO_CACHE = [
'/',
'/index.html',
0 commit comments