You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
6
6
7
7
## Versions
8
8
9
-
**The current stable version is 3.0.1**
9
+
**The current stable version is 3.0.2**
10
10
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
0 commit comments