Skip to content

Commit a642dda

Browse files
committed
Update release version
1 parent 5a0cbf6 commit a642dda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.husnjak/igdb-api-jvm?versionPrefix=1.3.0)](https://central.sonatype.com/artifact/io.github.husnjak/igdb-api-jvm/1.3.0)
22
[![](https://jitpack.io/v/husnjak/IGDB-API-JVM.svg)](https://jitpack.io/#husnjak/IGDB-API-JVM)
33
# IGDB API-JVM (V4)
44
A Kotlin wrapper for the IGDB.com Video Game Database API.
@@ -34,15 +34,15 @@ __Maven__
3434
<dependency>
3535
<groupId>io.github.husnjak</groupId>
3636
<artifactId>igdb-api-jvm</artifactId>
37-
<version>1.2.0</version>
37+
<version>1.3.0</version>
3838
</dependency>
3939
```
4040

4141
__Gradle__
4242

4343
``` gradle
4444
dependencies {
45-
implementation 'io.github.husnjak:igdb-api-jvm:1.2.0'
45+
implementation 'io.github.husnjak:igdb-api-jvm:1.3.0'
4646
}
4747
```
4848

0 commit comments

Comments
 (0)