diff --git a/README.md b/README.md index 74ba479..9f39648 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This library is still in early stage, so it doesn't support all spring web annot 1. Add the following dependency to your `build.gradle` project: ``` - implementation 'io.github.1grzyb1:controller-client:1.0.8' + implementation 'io.github.1grzyb1:controller-client:1.0.9' ``` 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: diff --git a/library/build.gradle b/library/build.gradle index 82982b0..6a27dba 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'io.github.1grzyb1' -version = '1.0.8' +version = '1.0.9' repositories { mavenCentral()