From f0a671684af184797a18775cf09f7f40f41a668a Mon Sep 17 00:00:00 2001 From: Alejandro Gonzalez Sole Date: Thu, 16 Jan 2020 10:15:37 -0500 Subject: [PATCH] 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ec6ffd..2cabe13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-readfiles", - "version": "0.2.0", + "version": "0.2.1", "description": "A lightweight Node.js module to recursively read files in a directory using ES6 Promises", "main": "index.js", "scripts": {