Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kupriyanenko committed Jun 7, 2019
1 parent 3b1f337 commit 07f703e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.7.0/dist/statics/playable.bundle.min.js"></script>
<script src="https://unpkg.com/playable@2.8.0/dist/statics/playable.bundle.min.js"></script>

<script>
var Playable = window.Playable;
Expand Down
6 changes: 3 additions & 3 deletions docs/player-public-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ Method for attaching callback for click on title
<code>callback</code>
</td>
<td>
<code class="function-type">function(): void</code>
<div class="function-type">function(): void</div>
<p>Your function</p>
</td>
</tr>
Expand Down Expand Up @@ -2014,7 +2014,7 @@ Method for attaching callback for click on logo
<code>callback</code>
</td>
<td>
<code class="function-type">function(): void</code>
<div class="function-type">function(): void</div>
<p>Your function</p>
</td>
</tr>
Expand Down Expand Up @@ -2044,7 +2044,7 @@ If download button presented, set callback on click
<code>callback</code>
</td>
<td>
<code class="function-type">function(): void</code>
<div class="function-type">function(): void</div>
</td>
</tr>
</tbody>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playable",
"version": "2.7.0",
"version": "2.8.0",
"description": "Video player based on HTML5Video",
"keywords": [
"adaptive",
Expand Down Expand Up @@ -95,8 +95,8 @@
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"lint-staged": "^7.3.0",
"okidoc-md": "^2.0.0-beta.5",
"okidoc-site": "^2.0.0-beta.6",
"okidoc-md": "^2.0.0-beta.7",
"okidoc-site": "^2.0.0-beta.7",
"prettier": "^1.15.1",
"sinon": "^6.3.5",
"tslint": "^5.11.0",
Expand Down

0 comments on commit 07f703e

Please sign in to comment.