diff --git a/android/build.gradle b/android/build.gradle index bdbf9a9..3d68c8d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,7 +47,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'org.bitcoindevkit' artifactId = 'bdk-android' - version = '0.1.3-dev' + version = '0.2.0' // Applies the component for the release build variant. from components.release diff --git a/jvm/build.gradle b/jvm/build.gradle index c1185ef..9354102 100644 --- a/jvm/build.gradle +++ b/jvm/build.gradle @@ -36,7 +36,7 @@ afterEvaluate { release(MavenPublication) { groupId = 'org.bitcoindevkit' artifactId = 'bdk-jvm' - version = '0.1.3-dev' + version = '0.2.0' from components.java