From c78854e4cff1853544b688c6cfc7a140979aaaac Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Wed, 27 Aug 2014 20:16:46 +0200 Subject: [PATCH] 0.2.0 - upgraded to node-http-proxy 1.3.0 Upgrading fixes the issue that the server crashes when the request times out (ETIMEDOUT). --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b536883..dd4b45e 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ The following options are recognized by both methods: ## License -Copyright (C) 2013 Rob Wu +Copyright (C) 2013 - 2014 Rob Wu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/package.json b/package.json index e404916..3ac83c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cors-anywhere", - "version": "0.1.9", + "version": "0.2.0", "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 ", @@ -10,7 +10,7 @@ }, "bugs": { "url": "https://github.com/Rob--W/cors-anywhere/issues/", - "email": "gwnRob@gmail.com" + "email": "rob@robwu.nl" }, "keywords": [ "cors",