From ba185f5ec873e89309cf2f699d0f4af089b7ebba Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Mon, 10 Jun 2013 18:38:59 +0200 Subject: [PATCH] Version bump to 0.1.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bba5d12..8ba46fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.1.2", + "version": "0.1.3", "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 W ", @@ -21,7 +21,7 @@ ], "main": "./lib/cors-anywhere.js", "dependencies": { - "http-proxy": "~0.8" + "http-proxy": "~0.10" }, "engines": { "node": ">=0.6.6",