Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnitskih committed Sep 19, 2019
1 parent dd40080 commit d935e3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import Playable from 'playable';
- add a `<script>` element

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

<script>
var Playable = window.Playable;
Expand Down
2 changes: 1 addition & 1 deletion docs/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ distPath: ./sitedist
mdComponents:
path: ./docs/md-components/index.js
externalScripts:
- https://unpkg.com/playable@2.9.3/dist/statics/playable.bundle.min.js
- https://unpkg.com/playable@2.10.0/dist/statics/playable.bundle.min.js

# https://www.gatsbyjs.org/docs/gatsby-config
config:
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.9.3",
"version": "2.10.0",
"description": "Video player based on HTML5Video",
"keywords": [
"adaptive",
Expand Down

0 comments on commit d935e3f

Please sign in to comment.