Skip to content

Commit

Permalink
v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Dec 18, 2015
1 parent e13323b commit 0a59f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-devtools-extension",
"version": "0.4.9",
"version": "0.4.10",
"description": "DevTools extension for Redux",
"scripts": {
"start": "gulp",
Expand All @@ -23,6 +23,7 @@
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.15",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
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": "0.4.9",
"version": "0.4.10",
"name": "Redux DevTools",
"short_name": "Redux DevTools",
"description": "DevTools for Redux with actions history, undo and replay.",
Expand Down

0 comments on commit 0a59f09

Please sign in to comment.