Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubois committed May 2, 2018
1 parent 2ea6498 commit d8ab122
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 213 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": "12.0.0",
"version": "13.0.0",
"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 @@ -18,4 +18,4 @@ module.exports.destroy = function (socket) {

module.exports.clients = factory.clients;

module.exports.version = '12.0.0';
module.exports.version = '13.0.0';
2 changes: 1 addition & 1 deletion package-lock.json

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

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": "12.0.0",
"version": "13.0.0",
"homepage": "http://socketcluster.io",
"contributors": [
{
Expand Down
Loading

0 comments on commit d8ab122

Please sign in to comment.