From 9270081f0fafb2c480489a5f348d0f759d63b88b Mon Sep 17 00:00:00 2001 From: Jeff Yates Date: Fri, 18 Dec 2020 12:24:43 -0600 Subject: [PATCH] Update to 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d82a92e2..baf71511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ancesdir", - "version": "2.0.1", + "version": "2.0.2", "description": "Find a specific ancestor/root directory given a starting location and a search parameter", "main": "dist/index.js", "repository": "https://github.com/somewhatabstract/ancesdir.git",