diff --git a/History.md b/History.md index a8abedd69..9e590c725 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +0.7.3 / 2013-08-23 +================== + + * package: bump engine.io-client (noop) + * package: fix regresison in upgrade cause by ws update + 0.7.2 / 2013-08-23 ================== diff --git a/package.json b/package.json index 962f2a63b..c3826662a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "engine.io" - , "version": "0.7.2" + , "version": "0.7.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 "