diff --git a/README.md b/README.md index 129d54f..5f1d7b7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use **Schematic**, you need to add the following Maven dependency to your pro com.bjoernkw schematic - 0.3.0 + 0.3.1 ``` @@ -25,7 +25,7 @@ If you're using Spring Boot 2.7.x and Java 11 you can add this version of **Sche com.bjoernkw schematic - 0.3.0.jre11 + 0.3.1.jre11 ```