Release 0.7.8

This commit is contained in:
Guillermo Rauch
2013-08-30 17:37:41 -07:00
parent cdf770cb22
commit 4a32bc69b4
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,10 @@
0.7.8 / 2013-08-30
==================
* package: bump `engine.io-client`
* package: bump ws
0.7.7 / 2013-08-30
==================

View File

@@ -1,6 +1,6 @@
{
"name": "engine.io"
, "version": "0.7.7"
, "version": "0.7.8"
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server"
, "main": "./lib/engine.io"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"