diff --git a/History.md b/History.md index c752a475..9b3e5c62 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.0.3 / 2014-03-12 +================== + + * package: bump `engine.io-client` + 1.0.2 / 2014-03-12 ================== diff --git a/package.json b/package.json index d95d2714..ea40430b 100644 --- a/package.json +++ b/package.json @@ -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 ",