Skip to content

Commit

Permalink
🎉 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Dec 3, 2020
1 parent 1a86f00 commit 122b9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation

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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import io.fluidsonic.gradle.*

plugins {
id("io.fluidsonic.gradle") version "1.1.13"
id("io.fluidsonic.gradle") version "1.1.14"
}

fluidLibrary(name = "time", version = "0.10.4")
fluidLibrary(name = "time", version = "0.10.5")

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

0 comments on commit 122b9e0

Please sign in to comment.