Skip to content

Commit

Permalink
version bump to 0.10.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Feb 20, 2014
1 parent 26cd595 commit 95edc39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Expand Up @@ -13,7 +13,7 @@ redcarpet:
pygments: true
name: React
markdown: redcarpet
react_version: 0.9.0-rc1
react_version: 0.10.0-alpha
description: A JavaScript library for building user interfaces
relative_permalinks: true
paginate: 5
Expand Down
2 changes: 1 addition & 1 deletion npm-react/package.json
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.9.0-rc1",
"version": "0.10.0-alpha",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.9.0-rc1",
"version": "0.10.0-alpha",
"keywords": [
"react",
"jsx",
Expand Down
2 changes: 1 addition & 1 deletion src/browser/React.js
Expand Up @@ -90,6 +90,6 @@ if (__DEV__) {

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

module.exports = React;

0 comments on commit 95edc39

Please sign in to comment.