Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Aug 19, 2016
1 parent 89e9f13 commit 3d3f1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-extension",
"version": "2.5.0",
"version": "2.5.1",
"description": "DevTools extension for Redux",
"scripts": {
"start": "gulp",
Expand Down
2 changes: 1 addition & 1 deletion src/browser/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.0",
"version": "2.5.1",
"name": "Redux DevTools",
"short_name": "Redux DevTools",
"description": "DevTools for Redux with actions history, undo and replay.",
Expand Down

0 comments on commit 3d3f1d4

Please sign in to comment.