From 2e074e5c535f4fe3e71ac0edaf9c96e35cbc3fff Mon Sep 17 00:00:00 2001 From: GideonLeGrange Date: Wed, 29 Jan 2014 11:10:53 +0200 Subject: [PATCH] Modified to explain version 1.1.2 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b5fd62..d7825e5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project provides a Java client to manipulate Mikrotik routers using the rem 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. diff --git a/pom.xml b/pom.xml index ab06b6c..1ab9cb6 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ me.legrange mikrotik - 1.2 + 1.1.2 jar Mikrotik API Java Client Library