Skip to content

Commit

Permalink
chore: released 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1grzyb1 committed Mar 21, 2024
1 parent 0460711 commit 6065e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'io.github.1grzyb1'
version = '1.0.1'
version = '1.0.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 6065e85

Please sign in to comment.