Skip to content

Commit

Permalink
Update README to 0.7.0 (#142)
Browse files Browse the repository at this point in the history
Bump version to 0.7.0
  • Loading branch information
dhoepelman authored Sep 17, 2024
1 parent 1cdd3b9 commit e107ef6
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.6.2")
implementation("io.konform:konform:0.7.0")
}
}
}
Expand All @@ -27,7 +27,7 @@ For jvm-only projects add:

```
dependencies {
implementation("io.konform:konform-jvm:0.6.2")
implementation("io.konform:konform-jvm:0.7.0")
}
```

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

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

//region Kotlin and test configuration
Expand Down

0 comments on commit e107ef6

Please sign in to comment.