diff --git a/package-lock.json b/package-lock.json index d99c800..4ccdad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 592599f..5686e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.12.0", + "version": "0.12.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",