diff --git a/shells/chrome/manifest.json b/shells/chrome/manifest.json index 9bbb75d3d3..caa45a691f 100644 --- a/shells/chrome/manifest.json +++ b/shells/chrome/manifest.json @@ -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", diff --git a/shells/firefox/package.json b/shells/firefox/package.json index a3cecd97e5..7591e87aea 100644 --- a/shells/firefox/package.json +++ b/shells/firefox/package.json @@ -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",