From 93657d40fefd1764cc4cdd903a7053f79b73efd5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Jul 2019 22:10:34 +0000 Subject: [PATCH] Updated version to 0.2.1 release --- README.md | 4 ++-- clientconfig/dxlclient.config.template | 10 +++++----- docs/prerequisites.rst | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9ebb8bd..1fbac42 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ Maven: com.opendxl dxlclient - 0.2.0 + 0.2.1 ``` or Gradle: ```groovy -compile 'com.opendxl:dxlclient:0.2.0' +compile 'com.opendxl:dxlclient:0.2.1' ``` ## Bugs and Feedback diff --git a/clientconfig/dxlclient.config.template b/clientconfig/dxlclient.config.template index 272f205..18ab1d8 100644 --- a/clientconfig/dxlclient.config.template +++ b/clientconfig/dxlclient.config.template @@ -23,8 +23,8 @@ unique_websocket_broker_id_1=unique_websocket_broker_id_1;@BROKER_WEBSOCKET_PORT # will not be used when the OpenDXL Java Client connects to a DXL Broker via MQTT. It should be used when the # OpenDXL Java Client WebSocket connection to a DXL Broker must be routed through a proxy. The user and password # settings are not required if the proxy does not require authentication. -[Proxy] -Address= -Port= -User= -Password= +#[Proxy] +#Address= +#Port= +#User= +#Password= diff --git a/docs/prerequisites.rst b/docs/prerequisites.rst index 70180f5..e127638 100644 --- a/docs/prerequisites.rst +++ b/docs/prerequisites.rst @@ -53,10 +53,10 @@ Maven: com.opendxl dxlclient - 0.2.0 + 0.2.1 or Gradle: .. code-block:: groovy - compile 'com.opendxl:dxlclient:0.2.0' + compile 'com.opendxl:dxlclient:0.2.1'