Skip to content

Commit 7e946bc

Browse files
committed
v0.11.1
1 parent 7cb534d commit 7e946bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

npm-react/package.json

+1-1
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.11.0",
4+
"version": "0.11.1",
55
"keywords": [
66
"react"
77
],

package.json

+1-1
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.11.0",
4+
"version": "0.11.1",
55
"keywords": [
66
"react",
77
"jsx",

src/browser/ui/React.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ if (__DEV__) {
126126

127127
// Version exists only in the open-source version of React, not in Facebook's
128128
// internal version.
129-
React.version = '0.11.0';
129+
React.version = '0.11.1';
130130

131131
module.exports = React;

0 commit comments

Comments
 (0)