From af93bbed3c8096edbe01a4b21fec2ec6fff1f160 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Wed, 30 Apr 2014 15:25:08 +0200 Subject: [PATCH] Updated README for version 1.1.6 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45a53ed..7bfa615 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ This project provides a Java client to manipulate Mikrotik routers using the rem Versions -------- -The current stable version is 1.1.5, which fixes more comamnd line parsing bugs. +The current stable version is 1.1.6, which managed to get into Maven Central. +* 1.1.5 fixed even more comamnd line parsing bugs. * 1.1.4 fixed command line parsing bugs #7 and #8. * 1.1.3 fixed severe command line parsing bugs, #3, #4 and #5. * 1.1.2 added support for handling multi-line results, like for example /file print. @@ -18,7 +19,7 @@ The current stable version is 1.1.5, which fixes more comamnd line parsing bugs. Getting the API --------------- -You can clone or fork the repository. Alternatively, you can get the mikrotik-java jar from Maven Central. +You can clone or fork the repository. Alternatively, you can get the jar from Maven Central. Examples