Skip to content

Commit 668d6a3

Browse files
committed
v0.13.3
1 parent 1d950dd commit 668d6a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3-alpha",
4+
"version": "0.13.3",
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.3-alpha",
4+
"version": "0.13.3",
55
"keywords": [
66
"react",
77
"jsx",

src/browser/ui/React.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ if (__DEV__) {
143143
}
144144
}
145145

146-
React.version = '0.13.3-alpha';
146+
React.version = '0.13.3';
147147

148148
module.exports = React;

0 commit comments

Comments
 (0)