Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
New feature: highlight searched components.
  • Loading branch information
sophiebits committed Jul 22, 2016
1 parent ba272df commit 18bbe55
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": "0.14.11",
"version": "0.15.0",
"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": "0.14.11",
"version": "0.15.0",
"description": "Adds React debugging tools to Firefox.",
"main": "main/index.js",
"author": "Facebook",
Expand Down

0 comments on commit 18bbe55

Please sign in to comment.