Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
3.4.1 -> 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Oct 22, 2018
1 parent 3e1fba8 commit 0c2d825
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "3.4.1",
"version": "3.4.2",
"description": "Use react-devtools outside of the browser",
"main": "./build/backend.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "3.4.1",
"version": "3.4.2",
"description": "Use react-devtools outside of the browser",
"repository": {
"url": "https://github.com/facebook/react-devtools.git",
Expand All @@ -26,7 +26,7 @@
"electron": "^1.8.7",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "^3.4.1",
"react-devtools-core": "^3.4.2",
"update-notifier": "^2.1.0"
}
}
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": "3.4.1",
"version": "3.4.2",

"minimum_chrome_version": "49",

Expand Down
2 changes: 1 addition & 1 deletion shells/firefox/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 Firefox Developer Tools.",
"version": "3.4.1",
"version": "3.4.2",

"applications": {
"gecko": {
Expand Down

0 comments on commit 0c2d825

Please sign in to comment.