mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
version bump for dev
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react",
|
||||
"description": "React is a JavaScript library for building user interfaces.",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1-alpha",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-tools",
|
||||
"description": "A set of complementary tools to React, including the JSX transformer.",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1-alpha",
|
||||
"keywords": [
|
||||
"react",
|
||||
"jsx",
|
||||
|
||||
@@ -143,6 +143,6 @@ if (__DEV__) {
|
||||
}
|
||||
}
|
||||
|
||||
React.version = '0.13.0';
|
||||
React.version = '0.13.1-alpha';
|
||||
|
||||
module.exports = React;
|
||||
|
||||
Reference in New Issue
Block a user