Skip to content

Commit

Permalink
[dist] 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Jul 31, 2015
1 parent 05c8404 commit c887e34
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.3
==

* Use `https` module for xhr requests in node when url uses https - #254

1.0.2
==

Expand Down
4 changes: 2 additions & 2 deletions dist/sockjs-1.0.2.js → dist/sockjs-1.0.3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/sockjs-1.0.2.min.js → dist/sockjs-1.0.3.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/sockjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

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.0.2';
module.exports = '1.0.3';
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.0.2",
"version": "1.0.3",
"author": "Bryce Kahle",
"browser": {
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
Expand Down

0 comments on commit c887e34

Please sign in to comment.