Skip to content

Commit 274aca3

Browse files
committed
0.9.0!
1 parent c60a837 commit 274aca3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.9.0-rc1
16+
react_version: 0.9.0
1717
description: A JavaScript library for building user interfaces
1818
relative_permalinks: true
1919
paginate: 5

npm-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react",
33
"description": "React is a JavaScript library for building user interfaces.",
4-
"version": "0.9.0-rc1",
4+
"version": "0.9.0",
55
"keywords": [
66
"react"
77
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-tools",
33
"description": "A set of complementary tools to React, including the JSX transformer.",
4-
"version": "0.9.0-rc1",
4+
"version": "0.9.0",
55
"keywords": [
66
"react",
77
"jsx",

src/browser/React.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ if (__DEV__) {
9090

9191
// Version exists only in the open-source version of React, not in Facebook's
9292
// internal version.
93-
React.version = '0.9.0-rc1';
93+
React.version = '0.9.0';
9494

9595
module.exports = React;

0 commit comments

Comments
 (0)