Skip to content

Commit

Permalink
Bump README version to 0.10.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman authored Nov 18, 2024
1 parent 2b0217e commit 9b80d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.konform:konform:0.9.0")
implementation("io.konform:konform:0.10.0")
}
}
}
Expand All @@ -27,7 +27,7 @@ For jvm-only projects add:

```
dependencies {
implementation("io.konform:konform-jvm:0.9.0")
implementation("io.konform:konform-jvm:0.10.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}

group = projectGroup
val projectVersion = System.getenv("CI_VERSION") ?: "0.10.0-SNAPSHOT"
val projectVersion = System.getenv("CI_VERSION") ?: "0.11.0-SNAPSHOT"
version = projectVersion

//region Kotlin and test configuration
Expand Down

0 comments on commit 9b80d75

Please sign in to comment.