Skip to content

Commit

Permalink
Bump version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKruegerDev committed Apr 30, 2022
1 parent 512ab42 commit 39caaef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[![Maven Central](https://img.shields.io/maven-central/v/app.moviebase/trakt-api?label=Maven%20Central)](https://search.maven.org/artifact/app.moviebase/trakt-api)
[![Issues](https://img.shields.io/github/issues/MoviebaseApp/trakt-api/total)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.5.31-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Gradle](https://img.shields.io/badge/Gradle-7-green?style=flat)](https://gradle.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Gradle](https://img.shields.io/badge/Gradle-6-green?style=flat)](https://gradle.org)
[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)

<hr>
Expand Down Expand Up @@ -41,7 +41,7 @@ To use the library in a single-platform project, add a dependency.

```kotlin
dependencies {
implementation("app.moviebase:trakt-api:0.1.0")
implementation("app.moviebase:trakt-api:0.1.2")
}
```

Expand All @@ -50,7 +50,7 @@ In Kotlin Multiplatform projects, add the dependency to your commonMain source-s
```kotlin
commonMain {
dependencies {
implementation("app.moviebase:trakt-api:0.1.0")
implementation("app.moviebase:trakt-api:0.1.2")
}
}
```
Expand All @@ -63,7 +63,7 @@ Add a dependency to the `<dependencies>` element.
<dependency>
<groupId>app.moviebase</groupId>
<artifactId>trakt-api</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
```

Expand Down

0 comments on commit 39caaef

Please sign in to comment.