Skip to content

Commit

Permalink
Bump extensions to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 15, 2017
1 parent 84ac284 commit 639573e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shells/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "2.0.9",
"version": "2.0.10",
"minimum_chrome_version": "43",
"icons": {
"48": "icons/icon48.png",
Expand Down
2 changes: 1 addition & 1 deletion shells/firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "React Devtools",
"name": "react-devtools",
"version": "2.0.9",
"version": "2.0.10",
"description": "Adds React debugging tools to Firefox.",
"main": "main/index.js",
"author": "Facebook",
Expand Down

0 comments on commit 639573e

Please sign in to comment.