From 351f233def6a174d388fc2ce4692d8ed62f4fa37 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 14 Apr 2014 16:25:33 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d0bfce..bf58f5d 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem Versions -------- -The current stable version 1.1.2, which adds support for handling multi-line results, like for example /file print. +The current stable version 1.1.3, which fixes two severe command line parsing bugs, #3 and #4. -Version 1.1 added TLS (SSL) support to encrypt API traffic. +* 1.1.2 added support for handling multi-line results, like for example /file print. +* 1.1 added TLS (SSL) support to encrypt API traffic. Examples