Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobras committed May 14, 2024
1 parent 3c90a34 commit daaf544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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.8.0")
implementation("nl.jacobras:Human-Readable:1.8.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "nl.jacobras"
version = "1.8.0"
version = "1.8.1"

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

0 comments on commit daaf544

Please sign in to comment.