Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobras committed Sep 3, 2024
1 parent 75230a1 commit dd82748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The library is published to Maven Central.

```kotlin
dependencies {
implementation("nl.jacobras:Human-Readable:1.9.0")
implementation("nl.jacobras:Human-Readable:1.10.0")
}
```

Expand Down Expand Up @@ -119,6 +119,7 @@ HumanReadable.timeAgo(instant) // "il y a 3 jours"
* Italian
* Indonesian
* Japanese (since 1.5.0)
* Kazakh (since 1.10.0)
* Korean (since 1.5.0)
* Polish (since 1.3.0)
* Portuguese (since 1.9.0)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "nl.jacobras"
version = "1.9.0"
version = "1.10.0"

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01, true)
Expand Down

0 comments on commit dd82748

Please sign in to comment.