From 01a28a0d2b321e890a0e8f8e55da8f8bfb10c52f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 5 Jan 2015 11:11:15 -0700 Subject: [PATCH] bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2753c7..6930375 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "author": "AJ ONeal ", "contributors": [], "dependencies": { - "foreachasync": "3.x" + "foreachasync": "^3.0.0" }, "lib": ".", "main": "./lib/walk.js", - "version": "2.3.4", + "version": "2.3.5", "repository": { "url": "git://github.com/coolaj86/node-walk.git" },