From c3c41ec0bc1d33685307ac3d82aabe395a7e5250 Mon Sep 17 00:00:00 2001 From: Richard Girges Date: Fri, 6 Oct 2017 20:46:11 -0700 Subject: [PATCH] 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee650ad..f32f7f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-fileupload", - "version": "0.2.0", + "version": "0.3.0", "author": "Richard Girges ", "description": "Simple express file upload middleware that wraps around Busboy", "main": "./lib/index",