Skip to content

Commit

Permalink
v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed Jan 13, 2016
1 parent 64da3eb commit fff4358
Show file tree
Hide file tree
Showing 5 changed files with 31,594 additions and 1,808 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socketcluster-client",
"main": "socketcluster.js",
"version": "4.1.2",
"version": "4.1.3",
"homepage": "https://github.com/SocketCluster/socketcluster-client",
"description": "SocketCluster JavaScript client",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ module.exports.destroy = function (options) {
return SCSocketCreator.destroy(options);
};

module.exports.version = '4.1.2';
module.exports.version = '4.1.3';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socketcluster-client",
"description": "SocketCluster JavaScript client",
"version": "4.1.2",
"version": "4.1.3",
"homepage": "http://socketcluster.io",
"contributors": [
{
Expand Down
Loading

0 comments on commit fff4358

Please sign in to comment.