Skip to content

Commit

Permalink
updated version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bendpx committed Jan 31, 2017
1 parent 7734147 commit 65441fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pxconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 65441fd

Please sign in to comment.