Skip to content

Commit 66a3f55

Browse files
committed
Bump version to 1.12.3
1 parent 4809197 commit 66a3f55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The library is published to Maven Central.
1717

1818
```kotlin
1919
dependencies {
20-
implementation("nl.jacobras:Human-Readable:1.12.1")
20+
implementation("nl.jacobras:Human-Readable:1.12.3")
2121
}
2222
```
2323

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "nl.jacobras"
13-
version = "1.12.2"
13+
version = "1.12.3"
1414

1515
mavenPublishing {
1616
publishToMavenCentral()

0 commit comments

Comments
 (0)