From f06c5b38ebf065bbc0c8cbd658e9b6b33401fd51 Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Sun, 7 May 2017 21:22:48 -0700 Subject: [PATCH] bump version in docs --- docs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';