Skip to content

Commit

Permalink
2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooklynKing committed Feb 27, 2023
1 parent 06660d6 commit 7ccaf82
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.14.0/dist/statics/playable.bundle.min.js"></script>
<script src="https://unpkg.com/playable@2.14.1/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.14.0/dist/statics/playable.bundle.min.js
- https://unpkg.com/playable@2.14.1/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.14.0",
"version": "2.14.1",
"description": "Video player based on HTML5Video",
"keywords": [
"adaptive",
Expand Down

0 comments on commit 7ccaf82

Please sign in to comment.