Skip to content

Commit 187532c

Browse files
committed
0.5.0
1 parent 60eb884 commit 187532c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-redux",
3-
"version": "0.4.0",
4-
"description": "Redux bindings for React",
3+
"version": "0.5.0",
4+
"description": "React bindings for Redux",
55
"main": "./lib/index.js",
66
"scripts": {
77
"build:lib": "babel src --out-dir lib",
@@ -60,6 +60,6 @@
6060
"invariant": "^2.0.0"
6161
},
6262
"peerDependencies": {
63-
"redux": "^1.0.0 || 1.0.0-alpha || 1.0.0-rc"
63+
"redux": "^1.0.0 || 1.0.0-rc"
6464
}
6565
}

0 commit comments

Comments
 (0)