Skip to content

Commit

Permalink
deploy: 079a95c
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 12, 2024
1 parent f765a3c commit 0a6c789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "elements-v.0.3.1",
"id": "elements-v.0.3.2",
"name": "Elements Synth",
"short_name": "Elements",
"description": "Web polyphonic multilayered digital synthesizer",
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = 'elements-cache-v.0.3.1';
const CACHE_NAME = 'elements-cache-v.0.3.2';
const ASSETS_TO_CACHE = [
'/',
'/index.html',
Expand Down

0 comments on commit 0a6c789

Please sign in to comment.