Updated README

This commit is contained in:
Gideon Le Grange 2024-09-26 14:41:43 +02:00
parent e3cf6a933a
commit ec5f665081
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
![Java CI with Maven](https://github.com/GideonLeGrange/mikrotik-java/workflows/Java%20CI%20with%20Maven/badge.svg) ![Java CI with Maven](https://github.com/GideonLeGrange/mikrotik-java/workflows/Java%20CI%20with%20Maven/badge.svg)
**The current stable version is 3.0.7** **The current stable version is 3.0.8**
Version 3.0.7 fixes nested expressions when constructing complex queries using `and` and `or` expressions. See [#72](https://github.com/GideonLeGrange/mikrotik-java/issues/72) for more information Version 3.0.8 fixes a null pointer error
### Changes in version 3.0: ### Changes in version 3.0:
@ -35,7 +35,7 @@ Maven users can use the artifact from Maven Central with this dependency:
<dependency> <dependency>
<groupId>me.legrange</groupId> <groupId>me.legrange</groupId>
<artifactId>mikrotik</artifactId> <artifactId>mikrotik</artifactId>
<version>3.0.7</version> <version>3.0.8</version>
</dependency> </dependency>
``` ```