Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooklynKing committed Sep 4, 2018
1 parent 5d3edc1 commit 381d427
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 @@ -22,7 +22,7 @@ import Playable from 'playable';
Or add a `<script>` element

```html
<script src="https://unpkg.com/playable@1.15.1/dist/statics/playable.bundle.min.js"></script>
<script src="https://unpkg.com/playable@2.0.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": "1.15.1",
"version": "2.0.0",
"description": "Video player based on HTML5Video",
"keywords": [
"adaptive",
Expand Down

0 comments on commit 381d427

Please sign in to comment.