From 440d2de180737ef6bb16d1b38aaa6b5ce31363a8 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sun, 23 Aug 2015 14:48:29 +0200 Subject: [PATCH] Version 0.2.5 - Add setHeaders to replace request headers with a fixed value (#33). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5c0528..8d93806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.2.4", + "version": "0.2.5", "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 ",