diff --git a/README.md b/README.md index 5aa49c8..2dd7e3c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -34,7 +34,7 @@ __Maven__ io.github.husnjak igdb-api-jvm - 1.0.11 + 1.1.0 ``` @@ -42,7 +42,7 @@ __Gradle__ ``` gradle dependencies { - implementation 'io.github.husnjak:igdb-api-jvm:1.0.11' + implementation 'io.github.husnjak:igdb-api-jvm:1.1.0' } ```