Skip to content

Commit

Permalink
[build] 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-johann committed Dec 4, 2017
1 parent 633a698 commit 1c91ff7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
6 changes: 1 addition & 5 deletions bundle-size/min.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/index.browser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* chimee v0.6.2
* chimee v0.6.3
* (c) 2017 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -8692,7 +8692,7 @@ var Plugin = (_dec$3 = autobindClass(), _dec$3(_class$3 = function (_VideoWrappe
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.6.2';
_this.VERSION = '0.6.3';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -10685,7 +10685,7 @@ var Chimee = (_dec = autobindClass(), _dec(_class = (_class2 = (_temp = _class3
}), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, 'version', [frozen], {
enumerable: true,
initializer: function initializer() {
return '0.6.2';
return '0.6.3';
}
}), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, 'config', [frozen], {
enumerable: true,
Expand Down
6 changes: 3 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* chimee v0.6.2
* chimee v0.6.3
* (c) 2017 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -1438,7 +1438,7 @@ var Plugin = (_dec$3 = toxicDecorators.autobindClass(), _dec$3(_class$3 = functi
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.6.2';
_this.VERSION = '0.6.3';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -3150,7 +3150,7 @@ var Chimee = (_dec = toxicDecorators.autobindClass(), _dec(_class = (_class2 = (
}), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, 'version', [toxicDecorators.frozen], {
enumerable: true,
initializer: function initializer() {
return '0.6.2';
return '0.6.3';
}
}), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, 'config', [toxicDecorators.frozen], {
enumerable: true,
Expand Down
6 changes: 1 addition & 5 deletions lib/index.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/index.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* chimee v0.6.2
* chimee v0.6.3
* (c) 2017 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -1434,7 +1434,7 @@ var Plugin = (_dec$3 = autobindClass(), _dec$3(_class$3 = function (_VideoWrappe
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.6.2';
_this.VERSION = '0.6.3';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -3146,7 +3146,7 @@ var Chimee = (_dec = autobindClass(), _dec(_class = (_class2 = (_temp = _class3
}), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, 'version', [frozen], {
enumerable: true,
initializer: function initializer() {
return '0.6.2';
return '0.6.3';
}
}), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, 'config', [frozen], {
enumerable: true,
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": "chimee",
"version": "0.6.2",
"version": "0.6.3",
"description": "a video-player aims to bring wonderful experience on browser",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit 1c91ff7

Please # to comment.