From 0b5938c5605c22240ba22aee4ae93dc3372e7c55 Mon Sep 17 00:00:00 2001 From: Husnjak Date: Tue, 16 Jul 2024 09:23:55 +0200 Subject: [PATCH] Update Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2dd7e3c..c635b9d 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.1.0)](https://central.sonatype.com/artifact/io.github.husnjak/igdb-api-jvm/1.1.0) +[![Maven Central](https://img.shields.io/maven-central/v/io.github.husnjak/igdb-api-jvm?versionPrefix=1.2.0)](https://central.sonatype.com/artifact/io.github.husnjak/igdb-api-jvm/1.2.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.1.0 + 1.2.0 ``` @@ -42,7 +42,7 @@ __Gradle__ ``` gradle dependencies { - implementation 'io.github.husnjak:igdb-api-jvm:1.1.0' + implementation 'io.github.husnjak:igdb-api-jvm:1.2.0' } ```