From bd93a36c8afd1da221bb0b6e17cf6a42dff596cb Mon Sep 17 00:00:00 2001 From: Sai Krishna Date: Mon, 15 May 2023 12:59:49 +0800 Subject: [PATCH] bump version (#723) --- 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 029d8d722..9e1085d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "appium-device-farm", - "version": "7.3.0", + "version": "7.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "appium-device-farm", - "version": "7.3.0", + "version": "7.4.0", "license": "ISC", "dependencies": { "@appium/base-plugin": "1.10.5", diff --git a/package.json b/package.json index 974a504fe..0f147c8c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "7.3.0", + "version": "7.4.0", "description": "An appium 2.0 plugin that manages and create driver session on available devices", "main": "./lib/index.js", "scripts": {