Skip to content

Commit

Permalink
Bump to 2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Mar 11, 2017
1 parent 02216b8 commit 4d1f06f
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
@@ -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.27';
exports.version = '2.28';
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
@@ -1,6 +1,6 @@
{
"name": "chromedriver",
"version": "2.27.3",
"version": "2.28.0",
"keywords": [
"chromedriver",
"selenium"
Expand Down

0 comments on commit 4d1f06f

Please sign in to comment.