Skip to content

Commit

Permalink
Set README version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman committed May 10, 2024
1 parent e586806 commit 44a8e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.konform:konform:0.4.0")
implementation("io.konform:konform:0.5.0")
}
}
}
Expand All @@ -27,7 +27,7 @@ For jvm-only projects add:

```
dependencies {
implementation("io.konform:konform-jvm:0.4.0")
implementation("io.konform:konform-jvm:0.5.0")
}
```

Expand Down

0 comments on commit 44a8e4e

Please sign in to comment.