From 98695e530ebcce1db05e49e3129e5ef6aef5b801 Mon Sep 17 00:00:00 2001 From: Jeff Yates Date: Sat, 20 Nov 2021 11:41:51 -0600 Subject: [PATCH] Update to 3.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c09276e..d58fd96a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ancesdir", - "version": "3.0.0", + "version": "3.1.0", "description": "Find a specific ancestor/root directory given a starting location and a search parameter", "main": "dist/index.js", "module": "dist/es/index.js", @@ -74,4 +74,4 @@ "lint", "test" ] -} +} \ No newline at end of file