Compare commits

...

1 Commits

Author SHA1 Message Date
James Coglan e2090ce019 Bump version to 0.3.0. 2012-01-13 21:41:29 +00:00
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
=== 0.3.0 / 2012-01-13
* Add support for EventSource connections
=== 0.2.0 / 2011-12-21
* Add support for Sec-WebSocket-Protocol negotiation
+2 -2
View File
@@ -2,9 +2,9 @@
, "description" : "Standards-compliant WebSocket server and client"
, "homepage" : "http://github.com/faye/faye-websocket-node"
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["websocket"]
, "keywords" : ["websocket", "eventsource"]
, "version" : "0.2.0"
, "version" : "0.3.0"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./lib/faye/websocket"
, "devDependencies" : {"jsclass": ""}