0.14.0-alpha2

This commit is contained in:
Paul O’Shannessy 2015-05-20 13:37:42 -07:00
parent a6485e11e7
commit b687a22953
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.14.0-alpha1",
"version": "0.14.0-alpha2",
"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.14.0-alpha1",
"version": "0.14.0-alpha2",
"keywords": [
"react",
"jsx",

View File

@ -23,6 +23,6 @@ assign(React, ReactIsomorphic);
assign(React, ReactDOMClient);
assign(React, ReactDOMServer);
React.version = '0.14.0-alpha1';
React.version = '0.14.0-alpha2';
module.exports = React;