Release 0.7.14

This commit is contained in:
Guillermo Rauch
2014-01-01 19:02:29 -03:00
parent dc7a3e8895
commit 1f02fcf267
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
0.7.14 / 2014-01-01
===================
* package: bump `engine.io-client` to `0.7.14`
0.7.13 / 2013-12-20
===================

View File

@@ -1,6 +1,6 @@
{
"name": "engine.io"
, "version": "0.7.13"
, "version": "0.7.14"
, "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>"