From 9959d2e4301bfb76e150c1c65e5ecd28924269fb Mon Sep 17 00:00:00 2001 From: Troy Goode Date: Tue, 20 Jan 2015 13:49:32 -0800 Subject: [PATCH] bump to v2.5.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2905a51..f68e297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors", - "version": "2.5.2", + "version": "2.5.3", "author": "Troy Goode (https://github.com/troygoode/)", "description": "middleware for dynamically or statically enabling CORS in express/connect applications", "keywords": ["cors", "express", "connect", "middleware"],