We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ef9ca commit 68ac0d6Copy full SHA for 68ac0d6
History.md
@@ -1,4 +1,9 @@
1
2
+1.0.1 / 2014-05-28
3
+==================
4
+
5
+ * bump due to bad npm tag
6
7
1.0.0 / 2014-05-28
8
==================
9
package.json
@@ -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 @@
21
"dependencies": {
22
"engine.io": "1.2.1",
23
"socket.io-parser": "2.1.4",
24
- "socket.io-client": "1.0.0",
+ "socket.io-client": "1.0.1",
25
"socket.io-adapter": "0.2.0",
26
"has-binary-data": "0.1.1",
27
"debug": "0.7.4"
0 commit comments