Skip to content

Commit a2437f1

Browse files
Updated README & pom for 3.0.2
1 parent 4b87d3b commit a2437f1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
66

77
## Versions
88

9-
**The current stable version is 3.0.1**
9+
**The current stable version is 3.0.2**
1010

11-
Version 3.0.1 fixes a harmless but annoying stack trace bug (#34).
11+
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
12+
was reported in #43 and fixed by #37.
1213

1314
### Changes in version 3.0:
1415

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>me.legrange</groupId>
1111
<artifactId>mikrotik</artifactId>
12-
<version>3.0.1</version>
12+
<version>3.0.2</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Mikrotik API Java Client Library</name>

0 commit comments

Comments
 (0)