Skip to content

Commit

Permalink
Bump version to 0.9.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman authored Nov 13, 2024
1 parent 6cff5e6 commit 2310894
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.8.0")
implementation("io.konform:konform:0.9.0")
}
}
}
Expand All @@ -27,7 +27,7 @@ For jvm-only projects add:

```
dependencies {
implementation("io.konform:konform-jvm:0.8.0")
implementation("io.konform:konform-jvm:0.9.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.9.0-SNAPSHOT"
val projectVersion = System.getenv("CI_VERSION") ?: "0.10.0-SNAPSHOT"
version = projectVersion

//region Kotlin and test configuration
Expand Down

0 comments on commit 2310894

Please sign in to comment.