From 685698eaab33252393ea78b461fc24ffd02880c4 Mon Sep 17 00:00:00 2001 From: Troy Goode Date: Mon, 29 Apr 2013 10:26:23 -0400 Subject: [PATCH] bump to v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfad82c..522b7e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors" - , "version": "1.0.0" + , "version": "1.0.1" , "author": "Troy Goode (https://github.com/troygoode/)" , "description": "middleware for dynamically or statically enabling CORS in express/connect applications" , "keywords": ["cors", "express", "connect", "middleware"]