Release 0.4.3

This commit is contained in:
Guillermo Rauch
2013-02-08 12:11:07 -08:00
parent ce28c9300f
commit 0450cc42cd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
0.4.3 / 2013-02-08
==================
* package: bumped `engine.io-client` to `0.4.3`
0.4.2 / 2013-02-08
==================

View File

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