Skip to content

Commit

Permalink
0.11.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Jul 13, 2014
1 parent ec7de52 commit 0f9cec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.11.0-alpha",
"version": "0.11.0-rc1",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.11.0-alpha",
"version": "0.11.0-rc1",
"keywords": [
"react",
"jsx",
Expand Down
2 changes: 1 addition & 1 deletion src/browser/ui/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ if (__DEV__) {

// Version exists only in the open-source version of React, not in Facebook's
// internal version.
React.version = '0.11.0-alpha';
React.version = '0.11.0-rc1';

module.exports = React;

0 comments on commit 0f9cec2

Please sign in to comment.