Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooklynKing committed Dec 4, 2018
1 parent ac97eaf commit 35c86e3
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/[email protected].1/dist/statics/playable.bundle.min.js"></script>
<script src="https://unpkg.com/[email protected].2/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.4.1",
"version": "2.4.2",
"description": "Video player based on HTML5Video",
"keywords": [
"adaptive",
Expand Down

0 comments on commit 35c86e3

Please sign in to comment.