From aefc49e4b2a00e3e1500d51fc32079b4ff779a46 Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Thu, 2 Nov 2023 19:49:34 -0500 Subject: [PATCH] 7.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45069e4..563b2a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wait-on", - "version": "7.0.1", + "version": "7.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 892f964..d856ac8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wait-on", "description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available", - "version": "7.0.1", + "version": "7.1.0", "main": "lib/wait-on", "bin": { "wait-on": "bin/wait-on"