This commit is contained in:
Paul O’Shannessy
2014-09-16 10:33:37 -07:00
parent 530201526a
commit 3845e214a4
3 changed files with 3 additions and 3 deletions

View File

@@ -146,6 +146,6 @@ if (__DEV__) {
// Version exists only in the open-source version of React, not in Facebook's
// internal version.
React.version = '0.11.1';
React.version = '0.11.2';
module.exports = React;