Skip to content

Commit

Permalink
v2.0.6 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jul 17, 2018
1 parent 5261a19 commit d52b755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Just include this script (or bundle/serve it yourself) in your page-

```html
<link rel="manifest" href="manifest.webmanifest" />
<script async src="https://cdn.jsdelivr.net/npm/[email protected].5/pwacompat.min.js"
integrity="sha384-WqMpjtUyANdjeOvYaQSeR/1Zz6PaCX3KC3CnAizknCoXZMpM6uglF1Xq+5Utk7br"
<script async src="https://cdn.jsdelivr.net/npm/[email protected].6/pwacompat.min.js"
integrity="sha384-GOaSLecPIMCJksN83HLuYf9FToOiQ2Df0+0ntv7ey8zjUHESXhthwvq9hXAZTifA"
crossorigin="anonymous"></script>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwacompat",
"version": "2.0.5",
"version": "2.0.6",
"description": "library to bring Web App Manifest contents to non-compliant browsers",
"main": "pwacompat.min.js",
"module": "pwacompat.js",
Expand Down

0 comments on commit d52b755

Please sign in to comment.