Skip to content

Commit 89a9b0d

Browse files
committed
Update the release date for 0.8.0.
1 parent 0e00ea5 commit 89a9b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.8.0 / 2014-10-27
1+
### 0.8.0 / 2014-11-08
22

33
* Support connections via HTTP proxies
44
* Close the connection cleanly if we're still waiting for a handshake response

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
, "version" : "0.8.0"
99
, "engines" : {"node": ">=0.4.0"}
1010
, "main" : "./lib/faye/websocket"
11-
, "dependencies" : {"websocket-driver": "git://github.com/faye/websocket-driver-node.git"}
11+
, "dependencies" : {"websocket-driver": ">=0.4.0"}
1212
, "devDependencies" : {"jstest": "", "pace": ""}
1313

1414
, "scripts" : {"test": "jstest spec/runner.js"}

0 commit comments

Comments
 (0)