Skip to content

Commit

Permalink
Merge pull request #14 from yahoo/sal/0_11_0
Browse files Browse the repository at this point in the history
0.11.0 Version Number
  • Loading branch information
slevin authored Oct 22, 2024
2 parents 3369c59 + 5c1a7f4 commit 49713b4
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.10.0")
coordinates("com.yahoo.behaviorgraph", "bgjvm", "0.11.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 49713b4

Please sign in to comment.