This commit is contained in:
Paul O’Shannessy
2015-05-08 13:31:20 -07:00
parent 1d950ddbd4
commit 668d6a3fed
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.13.3-alpha",
"version": "0.13.3",
"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.13.3-alpha",
"version": "0.13.3",
"keywords": [
"react",
"jsx",

View File

@@ -143,6 +143,6 @@ if (__DEV__) {
}
}
React.version = '0.13.3-alpha';
React.version = '0.13.3';
module.exports = React;