From 32ca1dbd3c650e46159a2e06eec7efadd26fe4b2 Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Fri, 16 Dec 2022 13:58:55 -0600 Subject: [PATCH] 7.0.1 --- 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 d9a39b9..9181040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wait-on", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dcc34ba..d891cce 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.0", + "version": "7.0.1", "main": "lib/wait-on", "bin": { "wait-on": "bin/wait-on"