Skip to content

Commit

Permalink
Bump version to 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
derekherman committed Jul 16, 2021
1 parent 05094df commit 54eda4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kino",
"version": "1.0.0-beta",
"version": "1.0.0-beta2",
"description": "A sample video PWA built for web.dev/media",
"main": "src/index.js",
"author": "Google",
Expand Down
2 changes: 1 addition & 1 deletion src/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* There may be adjacent caches used for other purposes and we
* want to let the SW know which caches it should purge on upgrade.
*/
export const SW_CACHE_NAME = 'static-assets-v1.0.0-beta';
export const SW_CACHE_NAME = 'static-assets-v1.0.0-beta2';
export const SW_CACHE_FORMAT = /^static-assets-v[a-z0-9.-]+$/;

/**
Expand Down

0 comments on commit 54eda4b

Please sign in to comment.