Release 1.0.3

This commit is contained in:
Guillermo Rauch
2014-03-12 15:25:26 -03:00
parent edadf1bbd0
commit 52fdbcb71a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
1.0.3 / 2014-03-12
==================
* package: bump `engine.io-client`
1.0.2 / 2014-03-12
==================

View File

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