Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Jan 23, 2017
1 parent aba5fe0 commit 1d48f43
Show file tree
Hide file tree
Showing 6 changed files with 657 additions and 542 deletions.
1,185 changes: 649 additions & 536 deletions dist/sockjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sockjs.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/sockjs.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/sockjs.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '1.1.1';
module.exports = '1.1.2';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sockjs-client",
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. 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.",
"version": "1.1.1",
"version": "1.1.2",
"author": "Bryce Kahle",
"browser": {
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
Expand Down

0 comments on commit 1d48f43

Please sign in to comment.