Bump version to 0.1.2

This commit is contained in:
Steve Myers 2021-11-07 15:12:28 -08:00
parent 9131c37d8e
commit 0d68d2341b
3 changed files with 2 additions and 5 deletions

View File

@ -59,7 +59,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.0' version = '0.1.2'
// Applies the component for the release build variant. // Applies the component for the release build variant.
from components.release from components.release

View File

@ -17,9 +17,6 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0" id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
} }
group = "org.bitcoindevkit"
version = "0.1.0"
publishing { publishing {
publications { publications {
mavenJava(MavenPublication) { mavenJava(MavenPublication) {

View File

@ -37,7 +37,7 @@ afterEvaluate {
release(MavenPublication) { release(MavenPublication) {
groupId = 'org.bitcoindevkit' groupId = 'org.bitcoindevkit'
artifactId = 'bdk-jvm' artifactId = 'bdk-jvm'
version = '0.1.0' version = '0.1.2'
from components.java from components.java