Skip to content

Commit 4e5c067

Browse files
committedJul 24, 2014
release v0.4.0
1 parent 0be4bf7 commit 4e5c067

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed
 

‎CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.4.0
2+
Thu, 24 Jul 2014 19:41:04 GMT
3+
4+
0be4bf7 [changed] npm registry name to react-router :D
5+
6+
17
v0.3.5
28
Wed, 23 Jul 2014 14:52:30 GMT
39

‎bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"homepage": "https://github.com/rpflorence/react-router",
55
"authors": [
66
"Ryan Florence",
@@ -26,4 +26,4 @@
2626
"package.json",
2727
"webpack.config.js"
2828
]
29-
}
29+
}

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"description": "A complete routing library for React.js",
55
"tags": [
66
"react",
@@ -54,4 +54,4 @@
5454
"browserify-shim": {
5555
"react": "global:React"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)
Please sign in to comment.