From 3f28be08546662e99beedf8374fc7b882c1173e6 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 8 Nov 2021 17:43:47 -0800 Subject: [PATCH] Bump version to 0.1.3-dev --- bindings/bdk-kotlin/android/build.gradle | 2 +- bindings/bdk-kotlin/jvm/build.gradle | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bindings/bdk-kotlin/android/build.gradle b/bindings/bdk-kotlin/android/build.gradle index 144ccdd..bdbf9a9 100644 --- a/bindings/bdk-kotlin/android/build.gradle +++ b/bindings/bdk-kotlin/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.2' + version = '0.1.3-dev' // Applies the component for the release build variant. from components.release diff --git a/bindings/bdk-kotlin/jvm/build.gradle b/bindings/bdk-kotlin/jvm/build.gradle index 9f11731..c1185ef 100644 --- a/bindings/bdk-kotlin/jvm/build.gradle +++ b/bindings/bdk-kotlin/jvm/build.gradle @@ -1,7 +1,6 @@ plugins { id 'org.jetbrains.kotlin.jvm' id 'java-library' - id 'java-test-fixtures' id 'maven-publish' id 'signing' } @@ -37,7 +36,7 @@ afterEvaluate { release(MavenPublication) { groupId = 'org.bitcoindevkit' artifactId = 'bdk-jvm' - version = '0.1.2' + version = '0.1.3-dev' from components.java