diff --git a/package-lock.json b/package-lock.json index 308def9..a363219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b078cc2..3551848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.4.0", + "version": "0.4.1", "description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", "main": "./build/index.js", "types": "./build/index.d.ts",