From 8429bb3c58aa1347c055635eef76f115f858df11 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sun, 16 Aug 2015 01:12:12 +0200 Subject: [PATCH] Version 0.2.4 - Add originBlacklist (#32) and originWhitelist (#24) options. - Update gTLD list. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 151272a..f5c0528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.2.3", + "version": "0.2.4", "description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path", "license": "MIT", "author": "Rob Wu ",