Skip to content

Commit 9c2b1dd

Browse files
committed
v15.0.2
1 parent 42559a9 commit 9c2b1dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const AGClientSocket = require('./lib/clientsocket');
22
const factory = require('./lib/factory');
3-
const version = '15.0.1';
3+
const version = '15.0.2';
44

55
module.exports.factory = factory;
66
module.exports.AGClientSocket = AGClientSocket;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socketcluster-client",
33
"description": "SocketCluster JavaScript client",
4-
"version": "15.0.1",
4+
"version": "15.0.2",
55
"homepage": "https://socketcluster.io/",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)