File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ redcarpet:
13
13
pygments : true
14
14
name : React
15
15
markdown : redcarpet
16
- react_version : 0.6 .0-alpha
16
+ react_version : 0.9 .0-rc1
17
17
description : A JavaScript library for building user interfaces
18
18
relative_permalinks : true
19
19
paginate : 5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react" ,
3
- "version" : " 0.9.0-alpha " ,
3
+ "version" : " 0.9.0-rc1 " ,
4
4
"keywords" : [
5
5
" react"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-tools" ,
3
- "version" : " 0.9.0-alpha " ,
3
+ "version" : " 0.9.0-rc1 " ,
4
4
"keywords" : [
5
5
" react" ,
6
6
" jsx" ,
Original file line number Diff line number Diff line change @@ -90,6 +90,6 @@ if (__DEV__) {
90
90
91
91
// Version exists only in the open-source version of React, not in Facebook's
92
92
// internal version.
93
- React . version = '0.9.0-alpha ' ;
93
+ React . version = '0.9.0-rc1 ' ;
94
94
95
95
module . exports = React ;
You can’t perform that action at this time.
0 commit comments