From 3eb63d232f33d6e2ec1fa681383179a2bc1c1ceb Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Thu, 16 May 2024 20:19:31 +0530 Subject: [PATCH] v0.1.13 --- 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 8b3e5c9..49811fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nightwatch/mobile-helper", - "version": "0.1.12", + "version": "0.1.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nightwatch/mobile-helper", - "version": "0.1.12", + "version": "0.1.13", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 84ff5ab..0988409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nightwatch/mobile-helper", - "version": "0.1.12", + "version": "0.1.13", "description": "Easily setup all the requirements needed to get started with mobile-web testing using Nightwatch.", "main": "dist/index.js", "bin": "./index.js",