From 087ef4cfbc3be87e3fb8658c6e98eefd0f294074 Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Fri, 12 Sep 2014 12:36:52 -0700 Subject: [PATCH] 1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8d440b..e5d5a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-limiter", - "version": "1.3.0", + "version": "1.3.1", "description": "rate limiter middleware for express applications", "main": "index.js", "author": "Dustin Diaz",