Skip to content

Commit c872c37

Browse files
Version up.
1 parent 897a363 commit c872c37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eyes.selenium",
3-
"version": "0.0.55",
3+
"version": "0.0.56",
44
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver",
55
"author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)",
66
"keywords": [

src/Eyes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
//noinspection JSUnusedGlobalSymbols
8888
Eyes.prototype._getBaseAgentId = function () {
89-
return 'selenium-js/0.0.55';
89+
return 'selenium-js/0.0.56';
9090
};
9191

9292
function _init(that, flow) {

0 commit comments

Comments
 (0)