From 6d4b7355aab10409b1e506d06551b6ac5987412b Mon Sep 17 00:00:00 2001 From: Leon Strauss Date: Tue, 11 Oct 2016 15:12:29 +0200 Subject: [PATCH] 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4e3426..f1c74c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-basic-auth", - "version": "0.1.1", + "version": "0.1.2", "description": "Plug & play basic auth middleware for express", "main": "index.js", "repository": {