From 28bd73dc9415cabfb1eaee67907d47b10a30ff97 Mon Sep 17 00:00:00 2001 From: Leon Strauss Date: Tue, 18 Oct 2016 14:30:03 +0200 Subject: [PATCH] 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 356f4aa..fe02a6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-basic-auth", - "version": "0.2.0", + "version": "0.2.1", "description": "Plug & play basic auth middleware for express", "main": "index.js", "repository": {