From 5b274a4e0e7dd6f762dc9a3fc73cb097decc55f0 Mon Sep 17 00:00:00 2001 From: Omri Litov Date: Tue, 2 Feb 2016 17:55:16 +0200 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a33c398..56ceea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-auth-negotiate", - "version": "0.1.0", + "version": "0.2.0", "description": "Express middleware to handle negotiate authentication", "main": "lib/index.js", "scripts": {