Skip to content

Commit

Permalink
chore: add support for Electron v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jul 29, 2019
1 parent 8dc45bf commit bfb0ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-chromedriver",
"version": "6.0.0-beta.3",
"version": "6.0.0",
"description": "Electron ChromeDriver",
"repository": "https://github.com/electron/chromedriver",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion test/chromedriver-test.js
Expand Up @@ -10,7 +10,7 @@ const versions = {
3: 'ChromeDriver 2.36',
4: 'ChromeDriver 2.40.613160',
5: 'ChromeDriver 2.45',
6: 'ChromeDriver 76.0.3783.1'
6: 'ChromeDriver 76.0.3809.88'
}

describe('chromedriver binary', function () {
Expand Down

0 comments on commit bfb0ce6

Please sign in to comment.