Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Mar 10, 2015
1 parent 594f816 commit edb8f7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sass:
sass_dir: _css
gems:
- jekyll-redirect-from
react_version: 0.13.0-rc2
react_version: 0.13.0
2 changes: 1 addition & 1 deletion npm-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.13.0-rc2",
"version": "0.13.0",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.13.0-rc2",
"version": "0.13.0",
"keywords": [
"react",
"jsx",
Expand Down
2 changes: 1 addition & 1 deletion src/browser/ui/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ if (__DEV__) {
}
}

React.version = '0.13.0-rc2';
React.version = '0.13.0';

module.exports = React;

0 comments on commit edb8f7f

Please sign in to comment.