From 01c16e820f663afe9618d1775d6b75ed88cc56fd Mon Sep 17 00:00:00 2001 From: Richard Girges Date: Thu, 9 Mar 2017 11:13:24 -0800 Subject: [PATCH] 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f2ce1e..cb8731a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-fileupload", - "version": "0.1.1", + "version": "0.1.2", "author": "Richard Girges ", "description": "Simple express file upload middleware that wraps around Busboy", "main": "./lib/index",