Skip to content

Commit

Permalink
release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Oct 6, 2014
1 parent 76fe696 commit 10ea368
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.9.1 - Mon, 06 Oct 2014 20:55:32 GMT
--------------------------------------

-


v0.9.0 - Mon, 06 Oct 2014 19:37:27 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "https://github.com/rackt/react-router",
"authors": [
"Ryan Florence",
Expand Down
2 changes: 1 addition & 1 deletion dist/react-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ var Route = React.createClass({

getUnreservedProps: function (props) {
return withoutProperties(props, RESERVED_PROPS);
},
}

},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "0.9.0",
"version": "0.9.1",
"description": "A complete routing library for React.js",
"main": "./modules/index",
"repository": {
Expand Down

0 comments on commit 10ea368

Please sign in to comment.