diff --git a/README.md b/README.md index 968e29d..db0fdc2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This project is available from Maven Central, so you just need to add the depend #### Gradle ```gradle dependencies { - implementation 'gs.mclo:api:4.0.3' + implementation 'gs.mclo:api:4.0.4' } ``` @@ -20,7 +20,7 @@ dependencies { gs.mclo api - 4.0.3 + 4.0.4 ```