Skip to content

Commit 2226ffc

Browse files
committed
Update to 2.1.0
1 parent 22404c8 commit 2226ffc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/counter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"redux-devtools": "^3.0.0",
2121
"redux-devtools-log-monitor": "^1.0.1",
2222
"redux-devtools-dock-monitor": "^1.0.1",
23-
"redux-devtools-multiple-monitors": "^1.0.0",
24-
"redux-devtools-dispatch": "^1.0.0",
23+
"redux-devtools-multiple-monitors": "^1.0.1",
24+
"redux-devtools-dispatch": "^2.1.0",
2525
"webpack": "^1.9.11",
2626
"webpack-dev-server": "^1.9.0"
2727
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-devtools-dispatch",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Dispatch your actions manually to test if your app reacts well",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)