Modified to explain version 1.1.2

This commit is contained in:
GideonLeGrange 2014-01-29 11:10:53 +02:00
parent 500fa4c699
commit 2e074e5c53
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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>