From 65441fdda00724aeb74e3c658562584699ce6749 Mon Sep 17 00:00:00 2001 From: bendpx Date: Tue, 31 Jan 2017 09:25:51 +0200 Subject: [PATCH] updated version to 1.7.1 --- lib/pxconfig.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pxconfig.js b/lib/pxconfig.js index 9cb0150..112b8e6 100644 --- a/lib/pxconfig.js +++ b/lib/pxconfig.js @@ -8,7 +8,7 @@ let PX_CONF = {}; exports.init = init; exports.conf = conf; -PX_INTERNAL.MODULE_VERSION= 'NodeJS Module v1.7.0'; +PX_INTERNAL.MODULE_VERSION= 'NodeJS Module v1.7.1'; /* internal configurations */ PX_INTERNAL.SERVER_HOST = 'https://sapi.perimeterx.net'; PX_INTERNAL.SERVER_TO_SERVER_API_URI = '/api/v1/risk'; diff --git a/package.json b/package.json index 40ca9b6..7416ee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perimeterx-node-express", - "version": "1.7.0", + "version": "1.7.1", "description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score", "main": "index.js", "directories": {