Skip to content

Commit

Permalink
package: bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xixixao committed Jan 18, 2013
1 parent a103bd5 commit 8f0f586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io"
, "version": "0.4.0"
, "version": "0.4.1"
, "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>"
Expand All @@ -13,7 +13,7 @@
, "dependencies": {
"debug": "0.6.0"
, "ws": "~0.4.21"
, "engine.io-client": "0.4.0"
, "engine.io-client": "0.4.1"
, "base64id": "0.1.0"
}
, "devDependencies": {
Expand Down

0 comments on commit 8f0f586

Please sign in to comment.