diff --git a/shells/chrome/manifest.json b/shells/chrome/manifest.json index 7c01d1c35e..4af1627043 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.3", + "version": "0.14.4", "minimum_chrome_version": "43", "icons": { "48": "icons/icon48.png", diff --git a/shells/firefox/package.json b/shells/firefox/package.json index 3df1f40810..7dcd6a9f3e 100644 --- a/shells/firefox/package.json +++ b/shells/firefox/package.json @@ -1,7 +1,7 @@ { "title": "React Devtools", "name": "react-devtools", - "version": "0.14.2", + "version": "0.14.4", "description": "Adds React debugging tools to Firefox.", "main": "main/index.js", "author": "Facebook",