Skip to content

Commit

Permalink
Updated README & pom for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonLeGrange committed Oct 6, 2016
1 parent 4b87d3b commit a2437f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem

## Versions

**The current stable version is 3.0.1**
**The current stable version is 3.0.2**

Version 3.0.1 fixes a harmless but annoying stack trace bug (#34).
Version 3.0.2 fixes a bug that where file download and some other multi-line content results caused the API call to time out rather than return a result. This
was reported in #43 and fixed by #37.

### Changes in version 3.0:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>me.legrange</groupId>
<artifactId>mikrotik</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<packaging>jar</packaging>

<name>Mikrotik API Java Client Library</name>
Expand Down

0 comments on commit a2437f1

Please sign in to comment.