Skip to content

Commit

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

```kotlin
dependencies {
implementation("nl.jacobras:human-readable:1.4.0")
implementation("nl.jacobras:human-readable:1.5.0")
}
```

Expand Down Expand Up @@ -90,6 +90,7 @@ HumanReadable.timeAgo(instant) // "il y a 3 jours"
* Italian
* Indonesian
* Japanese (since 1.5.0)
* Korean (since 1.5.0)
* Polish (since 1.3.0)
* Russian
* Spanish
Expand All @@ -104,4 +105,4 @@ Missing a language? Feel free to open an issue about it. Or, add it yourself:
1. Fork the code and navigate to [src/commonMain/libres/strings/](https://github.com/jacobras/Human-Readable/tree/main/src/commonMain/libres/strings)
2. Add a file named `time_units_[LANGUAGE CODE].xml` (see [Unicode: CLDR chart](https://www.unicode.org/cldr/charts/42/supplemental/language_plural_rules.html) for the code & plural categories).
3. If the language deviates from English data units (like French does), also add `data_units_[LANGUAGE CODE].xml`.
4. Open a PR.
4. Open a PR.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "nl.jacobras"
version = "1.4.0"
version = "1.5.0"

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

0 comments on commit 08a60bb

Please sign in to comment.