Skip to content

Commit

Permalink
0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Nov 14, 2022
1 parent 42cd82f commit e07c1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.nio.file.Paths
// ./gradlew publish -PcloudsmithUser=<user> -PcloudsmithApiKey=<api-key>

group = "io.libp2p"
version = "0.9.2-RELEASE"
version = "0.10.0-RELEASE"
description = "a minimal implementation of libp2p for the jvm"

plugins {
Expand Down Expand Up @@ -261,4 +261,4 @@ compileKotlin.kotlinOptions {
detekt {
config = files("$projectDir/detekt/config.yml")
buildUponDefaultConfig = true
}
}

0 comments on commit e07c1f0

Please sign in to comment.