Fix jvm artifact version

This commit is contained in:
Steve Myers
2022-02-28 21:30:18 -08:00
parent 933af8c706
commit a21b69a217

View File

@@ -44,7 +44,7 @@ afterEvaluate {
groupId = "org.bitcoindevkit" groupId = "org.bitcoindevkit"
artifactId = "bdk-jvm" artifactId = "bdk-jvm"
version = "0.2.2" version = "0.3.2"
from(components["java"]) from(components["java"])