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'