Skip to content

Commit 06126ad

Browse files
committed
v0.13.0-rc1
1 parent 4f26cc1 commit 06126ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ sass:
3434
sass_dir: _css
3535
gems:
3636
- jekyll-redirect-from
37-
react_version: 0.11.2
37+
react_version: 0.13.0-rc1

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.13.0-beta.2",
4+
"version": "0.13.0-rc1",
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.13.0-beta.2",
4+
"version": "0.13.0-rc1",
55
"keywords": [
66
"react",
77
"jsx",

src/browser/ui/React.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ if (__DEV__) {
140140
}
141141
}
142142

143-
React.version = '0.13.0-beta.2';
143+
React.version = '0.13.0-rc1';
144144

145145
module.exports = React;

0 commit comments

Comments
 (0)