Skip to content

Commit

Permalink
4.0.5 -> 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 26, 2019
1 parent 1e3b0b5 commit a39d9c3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "4.0.5",
"version": "4.0.6",
"repository": "bvaughn/react-devtools-experimental",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.0.5",
"version": "4.0.6",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-inline/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.0.5",
"version": "4.0.6",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.0.5",
"version": "4.0.6",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
Expand All @@ -26,7 +26,7 @@
"electron": "^5.0.0",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "4.0.5",
"react-devtools-core": "4.0.6",
"update-notifier": "^2.1.0"
}
}
4 changes: 2 additions & 2 deletions shells/browser/chrome/manifest.json
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "4.0.5",
"version_name": "4.0.5",
"version": "4.0.6",
"version_name": "4.0.6",

"minimum_chrome_version": "49",

Expand Down
2 changes: 1 addition & 1 deletion shells/browser/firefox/manifest.json
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Firefox Developer Tools.",
"version": "4.0.5",
"version": "4.0.6",

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

0 comments on commit a39d9c3

Please sign in to comment.