Skip to content

Commit

Permalink
Bump version to 122.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Feb 23, 2024
1 parent c91fa59 commit 91bf14b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/chromedriver.js
Expand Up @@ -15,7 +15,7 @@ function getPortFromArgs(args) {
}
process.env.PATH = path.join(__dirname, 'chromedriver') + path.delimiter + process.env.PATH;
const crpath = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
const version = '122.0.6261.57';
const version = '122.0.6261.69';
let defaultInstance = null;

function start(args, returnPromise) {
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "chromedriver",
"version": "122.0.2",
"version": "122.0.3",
"keywords": [
"chromedriver",
"selenium"
Expand Down

0 comments on commit 91bf14b

Please sign in to comment.