Skip to content

Commit

Permalink
bump to 0.2.83
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Jan 6, 2018
1 parent 5eea6f6 commit f3ea889
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 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.82",
"version": "0.2.83",
"homepage": "https://github.com/clappr/clappr",
"authors": [
"Globo.com"
Expand Down
4 changes: 2 additions & 2 deletions dist/clappr.js
Expand Up @@ -6546,7 +6546,7 @@ var _clapprZepto2 = _interopRequireDefault(_clapprZepto);

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

var version = "0.2.82"; // Copyright 2014 Globo.com Player authors. All rights reserved.
var version = "0.2.83"; // 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 @@ -11160,7 +11160,7 @@ var Loader = function (_BaseObject) {
_this.playbackPlugins = [_html5_video2.default, _html5_audio2.default, _html_img2.default, _no_op2.default];

if (true) {
_this.playbackPlugins = _this.playbackPlugins.concat([_hls2.default, _flash2.default, _flashls2.default]);
_this.playbackPlugins = [_hls2.default, _flash2.default, _flashls2.default].concat(_this.playbackPlugins);
}

_this.containerPlugins = [_spinner_three_bounce2.default, _watermark2.default, _poster2.default, _stats2.default, _google_analytics2.default, _click_to_pause2.default];
Expand Down
2 changes: 1 addition & 1 deletion dist/clappr.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.

4 changes: 2 additions & 2 deletions dist/clappr.plainhtml5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.plainhtml5.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.82",
"version": "0.2.83",
"description": "An extensible media player for the web",
"main": "./dist/clappr.js",
"scripts": {
Expand Down

0 comments on commit f3ea889

Please sign in to comment.