Skip to content

Commit

Permalink
Bump version to 2.36.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
freaz authored and giggio committed Mar 7, 2018
1 parent e3f1bbc commit 7e1f268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chromedriver.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var path = require('path');
process.env.PATH += path.delimiter + path.join(__dirname, 'chromedriver');
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
exports.version = '2.35';
exports.version = '2.36';
exports.start = function(args) {
exports.defaultInstance = require('child_process').execFile(exports.path, args);
return exports.defaultInstance;
Expand Down
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": "2.35.0",
"version": "2.36.0",
"keywords": [
"chromedriver",
"selenium"
Expand Down

0 comments on commit 7e1f268

Please sign in to comment.