From 632ee36fd8b7635b15d14d2fbfc4b1e88367789e Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Mon, 25 May 2015 14:53:40 +0100 Subject: [PATCH] v1.4.4 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a03dfcc..ebb3b34 100644 --- a/changelog.md +++ b/changelog.md @@ -91,6 +91,6 @@ * Test code coverage & Travis sends to coveralls -## Next +## 1.4.4 * `npm run cover` runs coverage tests diff --git a/package.json b/package.json index 8ffe449..838d10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "require-folder-tree", - "version": "1.4.3", + "version": "1.4.4", "description": "Utility to require multiple files in a folder tree with flexible options", "main": "./lib/", "author": {