Skip to content

Commit 3fec786

Browse files
committed
v0.13.0-alpha.1
Bumping version numbers so we can push to npm.
1 parent 343cda7 commit 3fec786

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

npm-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react",
33
"description": "React is a JavaScript library for building user interfaces.",
4-
"version": "0.13.0-alpha",
4+
"version": "0.13.0-alpha.1",
55
"keywords": [
66
"react"
77
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-tools",
33
"description": "A set of complementary tools to React, including the JSX transformer.",
4-
"version": "0.13.0-alpha",
4+
"version": "0.13.0-alpha.1",
55
"keywords": [
66
"react",
77
"jsx",

src/browser/ui/React.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ if (__DEV__) {
144144
}
145145
}
146146

147-
// Version exists only in the open-source version of React, not in Facebook's
148-
// internal version.
149-
React.version = '0.13.0-alpha';
147+
React.version = '0.13.0-alpha.1';
150148

151149
module.exports = React;

0 commit comments

Comments
 (0)