From 6d9f3e7d1e57cf9809b0df704b68245fc120f6b3 Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Wed, 2 Sep 2015 16:57:45 -0700 Subject: [PATCH] 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 561002f..bdf3b83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-limiter", - "version": "1.4.0", + "version": "1.5.0", "description": "rate limiter middleware for express applications", "main": "index.js", "author": "Dustin Diaz",