Bump version to 0.4.0.

This commit is contained in:
James Coglan
2012-02-13 09:15:57 +00:00
parent 8f71ec1f8b
commit a6e2fe2aaa
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
=== 0.4.0 / 2012-02-13
* Add ping() method to server-side WebSocket and EventSource
* Buffer send() calls until the draft-76 handshake is complete
* Fix HTTPS problems on Node 0.7
=== 0.3.1 / 2012-01-16
* Call setNoDelay(true) on net.Socket objects to reduce latency
+1 -1
View File
@@ -4,7 +4,7 @@
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["websocket", "eventsource"]
, "version" : "0.3.1"
, "version" : "0.4.0"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./lib/faye/websocket"
, "devDependencies" : {"jsclass": ""}