Skip to content

Commit

Permalink
[skip ci] Publish 7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz committed May 10, 2018
1 parent e5d1fbd commit ff8f430
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "7.3.6",
"version": "7.3.7",
"bin": {
"detox": "local-cli/detox.js"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "7.3.6",
"version": "7.3.7",
"private": true,
"scripts": {
"start": "react-native start"
Expand All @@ -10,7 +10,7 @@
"react-native": "0.51.1"
},
"devDependencies": {
"detox": "^7.3.6",
"detox": "^7.3.7",
"mocha": "^4.0.1"
},
"detox": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
]
}
},
"version": "7.3.6",
"version": "7.3.7",
"npmClient": "npm"
}

0 comments on commit ff8f430

Please sign in to comment.