We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a9a3e commit f1ae339Copy full SHA for f1ae339
docs/_config.yml
@@ -13,7 +13,7 @@ redcarpet:
13
pygments: true
14
name: React
15
markdown: redcarpet
16
-react_version: 0.5.1
+react_version: 0.5.2
17
description: A JavaScript library for building user interfaces
18
relative_permalinks: true
19
paginate: 5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-tools",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"keywords": [
5
"react",
6
"jsx",
src/core/React.js
@@ -66,6 +66,6 @@ var React = {
66
67
// Version exists only in the open-source version of React, not in Facebook's
68
// internal version.
69
-React.version = '0.5.1';
+React.version = '0.5.2';
70
71
module.exports = React;
0 commit comments