Skip to content

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKruegerDev committed Mar 21, 2023
1 parent ed20eab commit 3383181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/app.moviebase/trakt-api?label=Maven%20Central)](https://central.sonatype.com/artifact/app.moviebase/trakt-api/)
![Github Actions](https://github.com/MoviebaseApp/trakt-api/actions/workflows/build.yml/badge.svg)
[![Issues](https://img.shields.io/github/issues/MoviebaseApp/trakt-api)](https://github.com/MoviebaseApp/tmdb-api/issues)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Gradle](https://img.shields.io/badge/Gradle-8-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)
[![GitHub Account](https://img.shields.io/static/v1?label=GitHub&message=chrisnkrueger&color=C51162)](https://github.com/chrisnkrueger)
Expand Down Expand Up @@ -47,7 +47,7 @@ To use the library in a single-platform project, add a dependency.

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

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=app.moviebase
VERSION_NAME=0.4.0-SNAPSHOT
VERSION_NAME=0.4.0

POM_NAME=Trakt API for KMM
POM_DESCRIPTION=Kotlin Multiplatform library to access the Trakt API.
Expand Down

0 comments on commit 3383181

Please sign in to comment.