Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 13, 2016
1 parent be67713 commit 4d7cd5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.8.2 / 2016-01-13
==================

* use better supported anonymous function syntax [WouterSioen]
* bump socket.io

0.8.1 / 2016-01-06
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/assets/iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

// initialize realtime events asynchronously
var script = document.createElement('script');
script.src = 'https://cdn.socket.io/socket.io-1.4.0.js';
script.src = 'https://cdn.socket.io/socket.io-1.4.4.js';
script.onload = function(){

// use dom element for better cross browser compatibility
Expand Down
2 changes: 1 addition & 1 deletion lib/splash.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function splash({ path, name, org, coc, logo, active, total, chan
data = {};
data.path = ${JSON.stringify(path)};
`),
dom('script src=https://cdn.socket.io/socket.io-1.4.0.js'),
dom('script src=https://cdn.socket.io/socket.io-1.4.4.js'),
dom(`script src=${path}assets/superagent.js`),
dom(`script src=${path}assets/client.js`)
);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slackin",
"version": "0.8.1",
"version": "0.8.2",
"description": "",
"dependencies": {
"babel-core": "6.3.26",
Expand All @@ -16,7 +16,7 @@
"gulp-rimraf": "0.2.0",
"hostenv": "1.0.1",
"opentype.js": "0.4.4",
"socket.io": "1.4.0",
"socket.io": "1.4.4",
"superagent": "0.21.0",
"vd": "0.1.0"
},
Expand Down

0 comments on commit 4d7cd5a

Please sign in to comment.