From 4a3793b36825571def79798c37e97b61981e734d Mon Sep 17 00:00:00 2001 From: John Freeman Date: Tue, 30 Mar 2021 08:06:08 -0500 Subject: [PATCH] v0.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78c53f8..069cb08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-find", - "version": "0.7.0", + "version": "0.7.1", "description": "Approximation of GNU find as an asynchronous iterator.", "homepage": "http://github.com/thejohnfreeman/node-find", "repository": "git://github.com/thejohnfreeman/node-find.git",