Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjak authored Nov 9, 2023
1 parent 317a7d9 commit 48a8860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Maven Central](https://img.shields.io/maven-central/v/io.github.husnjak/igdb-api-jvm?versionPrefix=1.0.11)](https://central.sonatype.com/artifact/io.github.husnjak/igdb-api-jvm/1.0.11)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.husnjak/igdb-api-jvm?versionPrefix=1.1.0)](https://central.sonatype.com/artifact/io.github.husnjak/igdb-api-jvm/1.1.0)
[![](https://jitpack.io/v/husnjak/IGDB-API-JVM.svg)](https://jitpack.io/#husnjak/IGDB-API-JVM)
# IGDB API-JVM (V4)
A Kotlin wrapper for the IGDB.com Video Game Database API.
Expand Down Expand Up @@ -34,15 +34,15 @@ __Maven__
<dependency>
<groupId>io.github.husnjak</groupId>
<artifactId>igdb-api-jvm</artifactId>
<version>1.0.11</version>
<version>1.1.0</version>
</dependency>
```

__Gradle__

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

Expand Down

0 comments on commit 48a8860

Please sign in to comment.