diff --git a/package-lock.json b/package-lock.json index f33f6fb..dbb7a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e95cb3..d7257fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.6.0", + "version": "0.7.0", "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",