From ea457e9e514b258662716a16f7c5a984641a7273 Mon Sep 17 00:00:00 2001 From: Fabio Poloni Date: Wed, 25 Aug 2021 21:18:55 +0200 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb94a4d..6afb097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-ntlm", - "version": "2.6.0", + "version": "2.6.1", "description": "An express middleware to have simple NTLM-authentication.", "main": "index.js", "scripts": {