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'