We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4809197 commit 66a3f55Copy full SHA for 66a3f55
2 files changed
README.md
@@ -17,7 +17,7 @@ The library is published to Maven Central.
17
18
```kotlin
19
dependencies {
20
- implementation("nl.jacobras:Human-Readable:1.12.1")
+ implementation("nl.jacobras:Human-Readable:1.12.3")
21
}
22
```
23
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
12
group = "nl.jacobras"
13
-version = "1.12.2"
+version = "1.12.3"
14
15
mavenPublishing {
16
publishToMavenCentral()
0 commit comments