bump version in docs

This commit is contained in:
Kevin Qi 2017-05-07 21:22:48 -07:00
parent d2759f0d0b
commit f06c5b38eb

View File

@ -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';