Skip to content

Commit 7f5a6de

Browse files
committed
v1.2.0
1 parent 116306c commit 7f5a6de

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