Skip to content

Commit a80e324

Browse files
committed
v0.4.11
1 parent a82e531 commit a80e324

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-devtools-extension",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "DevTools extension for Redux",
55
"scripts": {
66
"start": "gulp",

src/browser/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.10",
2+
"version": "0.4.11",
33
"name": "Redux DevTools",
44
"short_name": "Redux DevTools",
55
"description": "DevTools for Redux with actions history, undo and replay.",

0 commit comments

Comments
 (0)