diff --git a/README.md b/README.md index 1f17287..4c4c26d 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem [![Build Status](https://travis-ci.org/GideonLeGrange/mikrotik-java.svg?branch=master)](https://travis-ci.org/GideonLeGrange/mikrotik-java) -**The current stable version is 3.0.4** +**The current stable version is 3.0.5** + +Version 3.0.5 implements a change in the way `login()` is implemented by RouterOS from version 6.43 onward. See pull request #60 for details. -Version 3.0.4 captures several months worth of small code clean-ups and documentation improvements. ### Changes in version 3.0: diff --git a/pom.xml b/pom.xml index 7d35580..242b86d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 me.legrange mikrotik - 3.0.4 + 3.0.5 jar Mikrotik API Java Client Library https://github.com/GideonLeGrange/mikrotik-java