Skip to content

Commit

Permalink
Merge pull request #12 from yahoo/sal/0_10_0
Browse files Browse the repository at this point in the history
0.10.0 Release
  • Loading branch information
slevin authored Oct 17, 2024
2 parents 8c76e95 + 712869d commit a93673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behavior-graph/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import com.vanniktech.maven.publish.SonatypeHost
mavenPublishing {
configure(new KotlinJvm(new JavadocJar.Dokka("dokkaHtml"), true))
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
coordinates("com.yahoo.behaviorgraph", "bgjvm", "0.9.0")
coordinates("com.yahoo.behaviorgraph", "bgjvm", "0.10.0")
pom {
name = 'Behavior Graph'
description = 'Behavior Graph lets you build your programs out of small, easily understood pieces in a way that lets the computer do more of the work for you.'
Expand Down

0 comments on commit a93673b

Please sign in to comment.