Skip to content

Commit ed35c37

Browse files
author
rodik
committed
Version 1.0.0-rc1
1 parent 9ceb46a commit ed35c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-async-connect",
3-
"version": "0.1.13",
3+
"version": "1.0.0-rc1",
44
"description": "It allows you to request async data, store them in redux state and connect them to your react component.",
55
"main": "lib/index.js",
66
"repository": {

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git commit -am "Version $next_version"
3737
git tag $next_ref
3838
git tag latest -f
3939

40-
git push origin master
40+
git push origin v1
4141
git push origin $next_ref
4242
git push origin latest -f
4343

0 commit comments

Comments
 (0)