From b7399c2831031e5dd83ab95a4210dd6458b032bf Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Tue, 24 Jan 2023 23:04:33 +0530 Subject: [PATCH] v0.1.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 757af09..04c6212 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nightwatch/mobile-helper", - "version": "0.1.8", + "version": "0.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nightwatch/mobile-helper", - "version": "0.1.8", + "version": "0.1.10", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 8402585..fec1275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nightwatch/mobile-helper", - "version": "0.1.8", + "version": "0.1.10", "description": "Easily setup all the requirements needed to get started with mobile-web testing using Nightwatch.", "main": "dist/index.js", "bin": "./index.js",