From ff2de3e7ce00419abaf8e12cb6db915f38381952 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Fri, 17 Jan 2025 00:26:13 +0530 Subject: [PATCH] v2.0.0 --- 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 d1494bf..6627ac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nightwatch/mobile-helper", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nightwatch/mobile-helper", - "version": "1.0.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index ca09110..74aa58f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nightwatch/mobile-helper", - "version": "1.0.2", + "version": "2.0.0", "description": "Easily setup all the requirements needed to get started with mobile-web testing using Nightwatch.", "main": "dist/index.js", "bin": "./index.js",