Skip to content

Commit

Permalink
Updated to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmith-mcafee committed Feb 23, 2019
1 parent be7e15d commit 89cafb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.2</version>
<version>0.1.3</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.opendxl:dxlclient:0.1.2'
compile 'com.opendxl:dxlclient:0.1.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.1.2</version>
<version>0.1.3</version>
</dependency>
or Gradle:

.. code-block:: groovy
compile 'com.opendxl:dxlclient:0.1.2'
compile 'com.opendxl:dxlclient:0.1.3'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.3-SNAPSHOT
version=0.1.3

0 comments on commit 89cafb1

Please sign in to comment.