Bump version to 0.1.3-dev

This commit is contained in:
Steve Myers 2021-11-08 17:43:47 -08:00
parent 02dd2af0d3
commit 3f28be0854
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below. // You can then customize attributes of the publication as shown below.
groupId = 'org.bitcoindevkit' groupId = 'org.bitcoindevkit'
artifactId = 'bdk-android' artifactId = 'bdk-android'
version = '0.1.2' version = '0.1.3-dev'
// Applies the component for the release build variant. // Applies the component for the release build variant.
from components.release from components.release

View File

@ -1,7 +1,6 @@
plugins { plugins {
id 'org.jetbrains.kotlin.jvm' id 'org.jetbrains.kotlin.jvm'
id 'java-library' id 'java-library'
id 'java-test-fixtures'
id 'maven-publish' id 'maven-publish'
id 'signing' id 'signing'
} }
@ -37,7 +36,7 @@ afterEvaluate {
release(MavenPublication) { release(MavenPublication) {
groupId = 'org.bitcoindevkit' groupId = 'org.bitcoindevkit'
artifactId = 'bdk-jvm' artifactId = 'bdk-jvm'
version = '0.1.2' version = '0.1.3-dev'
from components.java from components.java