Bump version to 0.13.0-alpha

This commit is contained in:
Paul O’Shannessy
2014-10-22 14:19:54 -07:00
parent 5e2d926d65
commit b78fe39b60
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.12.0-rc1",
"version": "0.13.0-alpha",
"keywords": [
"react"
],
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.12.0-rc1",
"version": "0.13.0-alpha",
"keywords": [
"react",
"jsx",
+1 -1
View File
@@ -179,6 +179,6 @@ if (__DEV__) {
// Version exists only in the open-source version of React, not in Facebook's
// internal version.
React.version = '0.12.0-rc1';
React.version = '0.13.0-alpha';
module.exports = React;