Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjak authored Jan 12, 2023
1 parent 5ebc23e commit de9f2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ __Maven__
<dependency>
<groupId>io.github.husnjak</groupId>
<artifactId>igdb-api-jvm</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```

__Gradle__

``` gradle
dependencies {
implementation 'io.github.husnjak:igdb-api-jvm:1.0.8'
implementation 'io.github.husnjak:igdb-api-jvm:1.0.9'
}
```

Expand Down

0 comments on commit de9f2ae

Please sign in to comment.