From bb1e67c6b978abac64df5096bd462d9595c05015 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 18 Apr 2017 15:22:00 -0500 Subject: [PATCH] Release: 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7068dd0..ed572ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "findup-sync", "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.", - "version": "0.4.3", + "version": "1.0.0", "homepage": "https://github.com/cowboy/node-findup-sync", "author": "\"Cowboy\" Ben Alman (http://benalman.com)", "repository": "cowboy/node-findup-sync",