diff --git a/docs/index.js b/docs/index.js index 92963d7..31b0fb2 100644 --- a/docs/index.js +++ b/docs/index.js @@ -10136,7 +10136,7 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } -console.log('react-circular-progressbar v' + "0.1.3"); +console.log('react-circular-progressbar v' + "0.1.4"); var githubURL = 'https://github.com/iqnivek/react-circular-progressbar';