Skip to content

Commit

Permalink
Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoruNoHikage committed Apr 10, 2016
1 parent 22404c8 commit 2226ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"redux-devtools": "^3.0.0",
"redux-devtools-log-monitor": "^1.0.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-multiple-monitors": "^1.0.0",
"redux-devtools-dispatch": "^1.0.0",
"redux-devtools-multiple-monitors": "^1.0.1",
"redux-devtools-dispatch": "^2.1.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-devtools-dispatch",
"version": "2.0.1",
"version": "2.1.0",
"description": "Dispatch your actions manually to test if your app reacts well",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 2226ffc

Please sign in to comment.