Skip to content

Commit

Permalink
🎉 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed May 26, 2021
1 parent bbcb89d commit 6caff7a
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 @@ -21,7 +21,7 @@ Installation

```kotlin
dependencies {
implementation("io.fluidsonic.time:fluid-time:0.13.3")
implementation("io.fluidsonic.time:fluid-time:0.14.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("io.fluidsonic.gradle") version "1.1.23"
}

fluidLibrary(name = "time", version = "0.13.3")
fluidLibrary(name = "time", version = "0.14.0")

fluidLibraryModule(description = "Kotlin multiplatform date & time library") {
language {
Expand Down

0 comments on commit 6caff7a

Please sign in to comment.