version bump to 0.10.0-alpha

This commit is contained in:
Paul O’Shannessy
2014-02-19 22:53:29 -08:00
parent 26cd595a98
commit 95edc396df
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"
],

View File

@@ -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",

View File

@@ -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;