Compare commits

...

1 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
Guillermo Rauch
68ac0d6d24 Release 1.0.1 2014-05-28 10:32:31 -07:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
1.0.1 / 2014-05-28
==================
* bump due to bad npm tag
1.0.0 / 2014-05-28
==================

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "1.0.0",
"version": "1.0.1",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
@@ -21,7 +21,7 @@
"dependencies": {
"engine.io": "1.2.1",
"socket.io-parser": "2.1.4",
"socket.io-client": "1.0.0",
"socket.io-client": "1.0.1",
"socket.io-adapter": "0.2.0",
"has-binary-data": "0.1.1",
"debug": "0.7.4"