Skip to content

Commit 892b477

Browse files
committed
v0.4.8
1 parent 80b836f commit 892b477

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.7",
3+
"version": "0.4.8",
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.7",
2+
"version": "0.4.8",
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)