Skip to content

Commit

Permalink
Updated version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmith-mcafee committed Sep 23, 2019
1 parent 4cd98f5 commit a5e6b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2</version>
<version>0.2.3</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.opendxl:dxlclient:0.2.2'
compile 'com.opendxl:dxlclient:0.2.3'
```

## Bugs and Feedback
Expand Down
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.2</version>
<version>0.2.3</version>
</dependency>
or Gradle:

.. code-block:: groovy
compile 'com.opendxl:dxlclient:0.2.2'
compile 'com.opendxl:dxlclient:0.2.3'

0 comments on commit a5e6b7a

Please sign in to comment.