Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 19, 2015
1 parent e536f7a commit ba530a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

1.5.1 / 2015-01-19
==================

* no change on this release
* package: bump `engine.io-client`

1.5.0 / 2015-01-18
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "1.5.0",
"version": "1.5.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 @@ -21,7 +21,7 @@
"mocha": "1.12.0",
"expect.js": "0.2.0",
"superagent": "0.15.4",
"engine.io-client": "1.5.0",
"engine.io-client": "1.5.1",
"s": "0.1.1"
},
"scripts": { "test" : "make test" },
Expand Down

0 comments on commit ba530a4

Please sign in to comment.