Update README.md
This commit is contained in:
parent
223cb9ef66
commit
95c0abfec4
|
|
@ -8,10 +8,9 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
|
|||
|
||||
[](https://travis-ci.org/GideonLeGrange/mikrotik-java)
|
||||
|
||||
**The current stable version is 3.0.5**
|
||||
|
||||
Version 3.0.5 implements a change in the way `login()` is implemented by RouterOS from version 6.43 onward. See pull request #60 for details.
|
||||
**The current stable version is 3.0.6**
|
||||
|
||||
Version 3.0.6 releases a bug fix to `login()`. See pull request #67 for details.
|
||||
|
||||
### Changes in version 3.0:
|
||||
|
||||
|
|
@ -36,7 +35,7 @@ Maven users can use the artifact from Maven Central with this dependency:
|
|||
<dependency>
|
||||
<groupId>me.legrange</groupId>
|
||||
<artifactId>mikrotik</artifactId>
|
||||
<version>3.0.5</version>
|
||||
<version>3.0.6</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue