Skip to content

Commit 7179775

Browse files
committed
Version 2.0.0-rc1
1 parent ae59dec commit 7179775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "1.0.1",
3+
"version": "2.0.0-rc1",
44
"description": "A complete routing library for React.js",
55
"files": [
66
"*.md",

Diff for: scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ update_version 'package.json' $next_version
3434
git commit -am "Version $next_version"
3535

3636
# push first to make sure we're up-to-date
37-
git push origin 1.0.x
37+
git push origin master
3838

3939
git tag $next_ref
4040
git tag latest -f

0 commit comments

Comments
 (0)