From c2271308f5b4690602ee19aee80337b88faa2763 Mon Sep 17 00:00:00 2001 From: tremlfl Date: Wed, 2 Oct 2019 22:56:42 +0200 Subject: [PATCH] Botium Bindings 2.0.18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7455bf5..cc8946c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botium-bindings", - "version": "2.0.17", + "version": "2.0.18", "engines": { "node": ">=8.10.0" }, @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { "async": "^3.1.0", - "botium-core": "1.5.4", + "botium-core": "1.6.0", "debug": "^4.1.1", "lodash": "^4.17.15", "mkdirp": "^0.5.1",