From 4f56f78502fe1f41b75a24ffd9353095cd4a81d7 Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Sat, 28 Feb 2015 10:55:26 -0800 Subject: [PATCH] 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5d5a88..561002f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-limiter", - "version": "1.3.1", + "version": "1.4.0", "description": "rate limiter middleware for express applications", "main": "index.js", "author": "Dustin Diaz",