Skip to content

Commit 10ea368

Browse files
committed
release v0.9.1
1 parent 76fe696 commit 10ea368

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.9.1 - Mon, 06 Oct 2014 20:55:32 GMT
2+
--------------------------------------
3+
4+
-
5+
6+
17
v0.9.0 - Mon, 06 Oct 2014 19:37:27 GMT
28
--------------------------------------
39

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"homepage": "https://github.com/rackt/react-router",
55
"authors": [
66
"Ryan Florence",

dist/react-router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ var Route = React.createClass({
323323

324324
getUnreservedProps: function (props) {
325325
return withoutProperties(props, RESERVED_PROPS);
326-
},
326+
}
327327

328328
},
329329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A complete routing library for React.js",
55
"main": "./modules/index",
66
"repository": {

0 commit comments

Comments
 (0)