Skip to content

Commit

Permalink
Updated version to 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmith-mcafee committed Jul 18, 2019
1 parent df5ee27 commit 93657d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Maven:
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlclient</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.opendxl:dxlclient:0.2.0'
compile 'com.opendxl:dxlclient:0.2.1'
```

## Bugs and Feedback
Expand Down
10 changes: 5 additions & 5 deletions clientconfig/dxlclient.config.template
Original file line number Diff line number Diff line change
Expand Up @@ -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=<Proxy host name or IP address>
Port=<Proxy port>
User=<User name required for authentication with the Proxy>
Password=<Password required for authentication with the Proxy>
#[Proxy]
#Address=<Proxy host name or IP address>
#Port=<Proxy port>
#User=<User name required for authentication with the Proxy>
#Password=<Password required for authentication with the Proxy>
4 changes: 2 additions & 2 deletions docs/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Maven:
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlclient</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
or Gradle:

.. code-block:: groovy
compile 'com.opendxl:dxlclient:0.2.0'
compile 'com.opendxl:dxlclient:0.2.1'

0 comments on commit 93657d4

Please sign in to comment.