From 8b0cfb07f1d404284f6a17d58e943427316b8520 Mon Sep 17 00:00:00 2001 From: Jonas Scheffner Date: Sun, 29 Sep 2019 15:40:17 +0200 Subject: [PATCH] 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a49cd3..c85772d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-auth-any", - "version": "0.1.3", + "version": "0.1.4", "description": "hapi auth scheme, combines multiple other strategies and passes if any of them does", "main": "index.js", "scripts": {