Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooklynKing committed Sep 21, 2018
1 parent 9168ec2 commit 6f480f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Playable from 'playable';
Or add a `<script>` element

```html
<script src="https://unpkg.com/playable@2.1.4/dist/statics/playable.bundle.min.js"></script>
<script src="https://unpkg.com/playable@2.2.0/dist/statics/playable.bundle.min.js"></script>

<script>
var Playable = window.Playable;
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": "playable",
"version": "2.1.4",
"version": "2.2.0",
"description": "Video player based on HTML5Video",
"keywords": [
"adaptive",
Expand Down

0 comments on commit 6f480f6

Please sign in to comment.