From 6065e8598b17657d110699983298c6d344f6aaaf Mon Sep 17 00:00:00 2001 From: 1grzyb1 Date: Thu, 21 Mar 2024 21:33:02 +0100 Subject: [PATCH] chore: released 1.0.2 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3275216..eac4b41 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.1' + implementation 'io.github.1grzyb1:controller-client:1.0.2' ``` 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 b8fc95e..0b77603 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ plugins { } group = 'io.github.1grzyb1' -version = '1.0.1' +version = '1.0.2' repositories { mavenCentral()