Skip to content

Commit

Permalink
v0.13.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Feb 14, 2015
1 parent 432e378 commit 5126cee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions 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-beta.1",
"version": "0.13.0-beta.2",
"keywords": [
"react"
],
Expand All @@ -27,6 +27,8 @@
"envify": "^3.0.0"
},
"browserify": {
"transform": ["envify"]
"transform": [
"envify"
]
}
}
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-beta.1",
"version": "0.13.0-beta.2",
"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 @@ -140,6 +140,6 @@ if (__DEV__) {
}
}

React.version = '0.13.0-beta.1';
React.version = '0.13.0-beta.2';

module.exports = React;

0 comments on commit 5126cee

Please sign in to comment.