Modified to explain version 1.1.2
This commit is contained in:
parent
500fa4c699
commit
2e074e5c53
|
|
@ -8,7 +8,7 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
|
||||||
Versions
|
Versions
|
||||||
--------
|
--------
|
||||||
|
|
||||||
The current stable version 1.1.1, which fixes a bug.
|
The current stable version 1.1.2, which adds support for handling multi-line results, like for example /file print.
|
||||||
|
|
||||||
Version 1.1 added TLS (SSL) support to encrypt API traffic.
|
Version 1.1 added TLS (SSL) support to encrypt API traffic.
|
||||||
|
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>me.legrange</groupId>
|
<groupId>me.legrange</groupId>
|
||||||
<artifactId>mikrotik</artifactId>
|
<artifactId>mikrotik</artifactId>
|
||||||
<version>1.2</version>
|
<version>1.1.2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Mikrotik API Java Client Library</name>
|
<name>Mikrotik API Java Client Library</name>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue