Skip to content

Commit a93673b

Browse files
authored
Merge pull request #12 from yahoo/sal/0_10_0
0.10.0 Release
2 parents 8c76e95 + 712869d commit a93673b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavior-graph/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import com.vanniktech.maven.publish.SonatypeHost
4242
mavenPublishing {
4343
configure(new KotlinJvm(new JavadocJar.Dokka("dokkaHtml"), true))
4444
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
45-
coordinates("com.yahoo.behaviorgraph", "bgjvm", "0.9.0")
45+
coordinates("com.yahoo.behaviorgraph", "bgjvm", "0.10.0")
4646
pom {
4747
name = 'Behavior Graph'
4848
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.'

0 commit comments

Comments
 (0)