From 030876c2ef4f24284d2a0125c27c9679e2848f80 Mon Sep 17 00:00:00 2001 From: Botium Date: Wed, 19 Jun 2019 09:37:02 +0200 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd99336..fa83530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botium-bindings", - "version": "2.0.13", + "version": "2.0.14", "engines": { "node": ">=6.0" }, @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { "async": "^2.1.5", - "botium-core": "1.4.14", + "botium-core": "1.5.0", "debug": "^3.1.0", "lodash": "^4.17.11", "mkdirp": "^0.5.1",