Skip to content

Commit

Permalink
🎉 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Mar 16, 2021
1 parent af9a675 commit 55e6c16
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 @@ -18,7 +18,7 @@ Installation

```kotlin
dependencies {
implementation("io.fluidsonic.locale:fluid-locale:0.9.5")
implementation("io.fluidsonic.locale:fluid-locale:0.9.6")
}
```

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.22"
}

fluidLibrary(name = "locale", version = "0.9.5")
fluidLibrary(name = "locale", version = "0.9.6")

fluidLibraryModule(description = "Kotlin multiplatform locale library") {
targets {
Expand Down

0 comments on commit 55e6c16

Please sign in to comment.