Skip to content

Commit

Permalink
Updated for 0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
opendxl-integrations committed Dec 1, 2020
1 parent 01c63eb commit e5e55ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -36,12 +36,12 @@ Maven:
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlclient</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.opendxl:dxlclient:0.2.5'
compile 'com.opendxl:dxlclient:0.2.6'
```

## Bugs and Feedback
Expand Down
4 changes: 2 additions & 2 deletions docs/prerequisites.rst
Expand Up @@ -53,10 +53,10 @@ Maven:
<dependency>
<groupId>com.opendxl</groupId>
<artifactId>dxlclient</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
</dependency>
or Gradle:

.. code-block:: groovy
compile 'com.opendxl:dxlclient:0.2.5'
compile 'com.opendxl:dxlclient:0.2.6'
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
version=0.2.6-SNAPSHOT
version=0.2.6

0 comments on commit e5e55ac

Please sign in to comment.