From 48024e105e6a4c4b6a619293eecd86678db38deb Mon Sep 17 00:00:00 2001 From: nelsonic Date: Mon, 22 Aug 2016 20:36:26 +0100 Subject: [PATCH] tidy up module and docs (add to FAQ) in response to issues raised. 100% backward compatible --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18408e2..3aed6e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-auth-jwt2", - "version": "7.1.0", + "version": "7.1.1", "description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.js", "repository": {