From 438f05a39a894a9578e920875eb2504b48b942b2 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sun, 30 Jan 2022 21:25:25 -0600 Subject: [PATCH] Bump jvm and android versions to 0.3.1 --- 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 21e96ae..61d82cd 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ repositories { dependencies { // for jvm - implementation 'org.bitcoindevkit:bdk-jvm:0.3.0' + implementation 'org.bitcoindevkit:bdk-jvm:0.3.1' // OR for android - implementation 'org.bitcoindevkit:bdk-android:0.3.0' + implementation 'org.bitcoindevkit:bdk-android:0.3.1' } diff --git a/android/build.gradle b/android/build.gradle index 5e8131e..9a671bc 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.0' + version = '0.3.1' pom { name = 'bdk-android' diff --git a/jvm/build.gradle b/jvm/build.gradle index 218ca30..c36c3c2 100644 --- a/jvm/build.gradle +++ b/jvm/build.gradle @@ -38,7 +38,7 @@ afterEvaluate { groupId = 'org.bitcoindevkit' artifactId = 'bdk-jvm' - version = '0.3.0' + version = '0.3.1' pom { name = 'bdk-jvm'