Bump version for dev

This commit is contained in:
Paul O’Shannessy
2015-05-08 10:40:07 -07:00
parent b7ea06614d
commit e64c0a50f9
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.2",
"version": "0.13.3-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.13.2",
"version": "0.13.3-alpha",
"keywords": [
"react",
"jsx",
+1 -1
View File
@@ -143,6 +143,6 @@ if (__DEV__) {
}
}
React.version = '0.13.2';
React.version = '0.13.3-alpha';
module.exports = React;