We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42559a9 commit 9c2b1ddCopy full SHA for 9c2b1dd
index.js
@@ -1,6 +1,6 @@
1
const AGClientSocket = require('./lib/clientsocket');
2
const factory = require('./lib/factory');
3
-const version = '15.0.1';
+const version = '15.0.2';
4
5
module.exports.factory = factory;
6
module.exports.AGClientSocket = AGClientSocket;
package.json
@@ -1,7 +1,7 @@
{
"name": "socketcluster-client",
"description": "SocketCluster JavaScript client",
- "version": "15.0.1",
+ "version": "15.0.2",
"homepage": "https://socketcluster.io/",
"contributors": [
7
0 commit comments