diff --git a/node/wsClonos.bsWatcher.js b/node/wsClonos.bsWatcher.js index a4dbdcb8..de8879d8 100644 --- a/node/wsClonos.bsWatcher.js +++ b/node/wsClonos.bsWatcher.js @@ -13,7 +13,7 @@ var bsWatcher=function(ip,port,tube,callback) } bsWatcher.prototype.connect=function() { - this.client=bs.Client('localhost:11300'); + this.client=bs.Client('127.0.0.1:11300'); this.client.addListener('connect', function() { this.connectionError=false; }.bind(this)); diff --git a/version b/version index 35d2d08e..385707f5 100644 --- a/version +++ b/version @@ -1 +1 @@ -22.12 +23.03