Skip to content

Commit

Permalink
1.0.0-beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 17, 2015
1 parent 20bb5ed commit cac0f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-devtools-dock-monitor",
"version": "1.0.0-beta-1",
"version": "1.0.0-beta-2",
"description": "A resizable and movable dock for Redux DevTools monitors",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"react": "^0.14.0",
"redux-devtools": "^3.0.0-beta-1"
"redux-devtools": "^3.0.0-beta-2"
},
"dependencies": {
"babel-runtime": "^5.8.25",
Expand Down

0 comments on commit cac0f85

Please sign in to comment.