Skip to content

Commit f1ae339

Browse files
committed
v0.5.2
1 parent 94a9a3e commit f1ae339

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ redcarpet:
1313
pygments: true
1414
name: React
1515
markdown: redcarpet
16-
react_version: 0.5.1
16+
react_version: 0.5.2
1717
description: A JavaScript library for building user interfaces
1818
relative_permalinks: true
1919
paginate: 5

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tools",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"keywords": [
55
"react",
66
"jsx",

src/core/React.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ var React = {
6666

6767
// Version exists only in the open-source version of React, not in Facebook's
6868
// internal version.
69-
React.version = '0.5.1';
69+
React.version = '0.5.2';
7070

7171
module.exports = React;

0 commit comments

Comments
 (0)