Skip to content

Commit

Permalink
2.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgepigdaniel authored and jondubois committed Oct 30, 2015
1 parent 8b90a4f commit f22dc4f
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 277 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": "2.3.7",
"version": "2.3.16",
"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 @@ -7,4 +7,4 @@ module.exports.connect = function (options) {
return new SCSocket(options);
};

module.exports.version = '2.3.15';
module.exports.version = '2.3.16';
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": "2.3.15",
"version": "2.3.16",
"homepage": "http://socketcluster.io",
"contributors": [
{
Expand Down
Loading

0 comments on commit f22dc4f

Please sign in to comment.