From a10322fc3420a31dd93e8dc57fb0fb34fc9ad645 Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Tue, 14 Nov 2023 11:41:19 -0600 Subject: [PATCH] 7.2.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 030a66b..3d2f9c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wait-on", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4590182..cd2720e 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.1.0", + "version": "7.2.0", "main": "lib/wait-on", "bin": { "wait-on": "bin/wait-on"