From 530031e088c0d1630f668a0941e5db095a3512eb Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 3 Feb 2022 20:02:28 -0600 Subject: [PATCH] Bump jvm and android versions to 0.3.2 --- README.md | 4 ++-- android/build.gradle | 2 +- jvm/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61d82cd..34b1829 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ repositories { dependencies { // for jvm - implementation 'org.bitcoindevkit:bdk-jvm:0.3.1' + implementation 'org.bitcoindevkit:bdk-jvm:0.3.2' // OR for android - implementation 'org.bitcoindevkit:bdk-android:0.3.1' + implementation 'org.bitcoindevkit:bdk-android:0.3.2' } diff --git a/android/build.gradle b/android/build.gradle index 9a671bc..1aa8619 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,7 +49,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'org.bitcoindevkit' artifactId = 'bdk-android' - version = '0.3.1' + version = '0.3.2' pom { name = 'bdk-android' diff --git a/jvm/build.gradle b/jvm/build.gradle index c36c3c2..34b8073 100644 --- a/jvm/build.gradle +++ b/jvm/build.gradle @@ -38,7 +38,7 @@ afterEvaluate { groupId = 'org.bitcoindevkit' artifactId = 'bdk-jvm' - version = '0.3.1' + version = '0.3.2' pom { name = 'bdk-jvm'