v0.13.0-alpha.2

This commit is contained in:
Paul O’Shannessy
2015-01-16 10:33:42 -08:00
parent 588032da51
commit deae575dae
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.13.0-alpha.1",
"version": "0.13.0-alpha.2",
"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.1",
"version": "0.13.0-alpha.2",
"keywords": [
"react",
"jsx",
+1 -1
View File
@@ -146,6 +146,6 @@ if (__DEV__) {
}
}
React.version = '0.13.0-alpha.1';
React.version = '0.13.0-alpha.2';
module.exports = React;