From 977886a7cc4e7cc37ba0f9517f5360b36a5262f7 Mon Sep 17 00:00:00 2001 From: Richard Girges Date: Mon, 28 Aug 2017 12:14:20 -0700 Subject: [PATCH] 0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b97139f..65dc73b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-fileupload", - "version": "0.1.4", + "version": "0.1.5", "author": "Richard Girges ", "description": "Simple express file upload middleware that wraps around Busboy", "main": "./lib/index",