Skip to content

Commit e2181e5

Browse files
committed
Bump version to 127.0.3
1 parent 2c3b5ee commit e2181e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/chromedriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function getPortFromArgs(args) {
1515
}
1616
process.env.PATH = path.join(__dirname, 'chromedriver') + path.delimiter + process.env.PATH;
1717
const crpath = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
18-
const version = '127.0.6533.99';
18+
const version = '127.0.6533.119';
1919
let defaultInstance = null;
2020

2121
function start(args, returnPromise) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromedriver",
3-
"version": "127.0.2",
3+
"version": "127.0.3",
44
"keywords": [
55
"chromedriver",
66
"selenium"

0 commit comments

Comments
 (0)