Skip to content

Commit

Permalink
bump to 0.2.61
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Jul 29, 2016
1 parent a560268 commit 1f67622
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "clappr",
"description": "An extensible media player for the web",
"version": "0.2.60",
"version": "0.2.61",
"homepage": "https://github.com/Bruno%20Torres/clappr",
"authors": [
"Globo.com"
Expand Down
3 changes: 1 addition & 2 deletions dist/clappr.js
Expand Up @@ -186,7 +186,7 @@ return /******/ (function(modules) { // webpackBootstrap

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var version = ("0.2.60"); // Copyright 2014 Globo.com Player authors. All rights reserved.
var version = ("0.2.61"); // Copyright 2014 Globo.com Player authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand Down Expand Up @@ -15530,7 +15530,6 @@ return /******/ (function(modules) { // webpackBootstrap
_this._segmentTargetDuration = null;
// #EXT-X-PLAYLIST-TYPE
_this._playlistType = null;
_this.options.autoPlay && _this._setupHls();
_this._recoverAttemptsRemaining = _this.options.hlsRecoverAttempts || 16;
_this._startTimeUpdateTimer();
return _this;
Expand Down
4 changes: 2 additions & 2 deletions dist/clappr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "clappr",
"version": "0.2.60",
"version": "0.2.61",
"description": "An extensible media player for the web",
"main": "./dist/clappr.js",
"browser": "./dist/clappr.min.js",
Expand Down

0 comments on commit 1f67622

Please sign in to comment.