diff --git a/lib/chrome.js b/lib/chrome.js index 53b03ea..7522b99 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -1406,7 +1406,7 @@ exports.startDebugInPrivate = function(url, proxy, profileName, debuggingPort, i ; }; -exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.9"; +exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.10"; exports.AUTHOR = "abuse@catswords.net"; exports.global = global; exports.require = global.require;