Skip to content

Commit

Permalink
Bump version to 83.0.0
Browse files Browse the repository at this point in the history
Closes #268.
  • Loading branch information
estherkim authored May 20, 2020
1 parent 5e60f03 commit eceae58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/chromedriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getPortFromArgs(args) {
}
process.env.PATH = path.join(__dirname, 'chromedriver') + path.delimiter + process.env.PATH;
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
exports.version = '81.0.4044.69';
exports.version = '83.0.4103.39';
exports.start = function(args, returnPromise) {
let command = exports.path;
if (!fs.existsSync(command)) {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromedriver",
"version": "81.0.0",
"version": "83.0.0",
"keywords": [
"chromedriver",
"selenium"
Expand Down

0 comments on commit eceae58

Please sign in to comment.