Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Oct 14, 2016
1 parent 5f37dc3 commit af55fa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.0",
"version": "2.8.0",
"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.7.0",
"version": "2.8.0",
"name": "Redux DevTools",
"short_name": "Redux DevTools",
"description": "DevTools for Redux with actions history, undo and replay.",
Expand Down
2 changes: 1 addition & 1 deletion src/browser/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.0",
"version": "2.8.0",
"name": "Redux DevTools",
"manifest_version": 2,
"description": "DevTools for Redux with actions history, undo and replay.",
Expand Down

0 comments on commit af55fa1

Please sign in to comment.