v0.13.0-alpha.1

Bumping version numbers so we can push to npm.
This commit is contained in:
Paul O’Shannessy
2014-12-23 12:04:23 -08:00
parent 343cda72d9
commit 3fec78638d
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.13.0-alpha",
"version": "0.13.0-alpha.1",
"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.13.0-alpha",
"version": "0.13.0-alpha.1",
"keywords": [
"react",
"jsx",
+1 -3
View File
@@ -144,8 +144,6 @@ if (__DEV__) {
}
}
// Version exists only in the open-source version of React, not in Facebook's
// internal version.
React.version = '0.13.0-alpha';
React.version = '0.13.0-alpha.1';
module.exports = React;