Skip to content

Commit

Permalink
bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Feb 17, 2017
1 parent 26c1c23 commit f96d5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Drop-in the `pwacompat.min.js` script into your page after your manifest-

```html
<link rel="manifest" href="manifest.json" />
<script src="https://cdn.rawgit.com/GoogleChrome/pwacompat/v1.0.2/pwacompat.min.js"></script>
<script src="https://cdn.rawgit.com/GoogleChrome/pwacompat/v1.0.3/pwacompat.min.js"></script>
```

**Warning!** Don't use the `pwacompat.js` file directly, as it's written in ES6, uses magic unsupported in all browsers, and *needs to be compiled before use*.
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": "1.0.2",
"version": "1.0.3",
"description": "library to bring Web App Manifest files to older browsers",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit f96d5f2

Please sign in to comment.