From a2437f1afe56c0958732ea23b151015a71404e86 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Thu, 6 Oct 2016 22:40:17 +0200 Subject: [PATCH] Updated README & pom for 3.0.2 --- README.md | 5 +++-- pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec306c9..20a322c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem ## Versions -**The current stable version is 3.0.1** +**The current stable version is 3.0.2** -Version 3.0.1 fixes a harmless but annoying stack trace bug (#34). +Version 3.0.2 fixes a bug that where file download and some other multi-line content results caused the API call to time out rather than return a result. This +was reported in #43 and fixed by #37. ### Changes in version 3.0: diff --git a/pom.xml b/pom.xml index 0335af7..f24e01c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ me.legrange mikrotik - 3.0.1 + 3.0.2 jar Mikrotik API Java Client Library