8000 Fix version to be 0.4.0-rc.1 · sockjs/sockjs-node@ebc4c06 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebc4c06

Browse files
committed
Fix version to be 0.4.0-rc.1
1 parent 7d1c8ae commit ebc4c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "sockjs",
33
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
4-
"version": "1.0.0-rc.1",
5-
"author": "Marek Majkowski",
4+
"version": "0.4.0-rc.1",
5+
"author": "Bryce Kahle",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"
88
},

0 commit comments

Comments
 (0)
0