Skip to content

Commit 2ecbc78

Browse files
committed
v19.2.7
1 parent a5f2d44 commit 2ecbc78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = '19.2.6';
3+
const version = '19.2.7';
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": "19.2.6",
4+
"version": "19.2.7",
55
"homepage": "https://socketcluster.io/",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)