From e28359c8f30cc4033648bea416b37fa603c2827d Mon Sep 17 00:00:00 2001 From: Wim Selles Date: Sun, 30 Jun 2019 08:36:14 +0200 Subject: [PATCH] 0.6.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfaecfd..85f6c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c32bd27..0ca56f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdriver-image-comparison", - "version": "0.5.0", + "version": "0.6.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",