diff --git a/README.md b/README.md index 898b4bc..18a6a98 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Currently supported annotations are: 1. Add the following dependency to your `build.gradle` project: ``` - implementation 'io.github.1grzyb1:controller-client:1.0.2' + implementation 'io.github.1grzyb1:controller-client:1.0.4' ``` 2. Add `-parameters` to your Java compiler options to enable parameter names in the generated bytecode. For Gradle, you can do this by adding the following to your `build.gradle` file: