Bump version to 0.1.2
This commit is contained in:
parent
9131c37d8e
commit
0d68d2341b
@ -59,7 +59,7 @@ afterEvaluate {
|
||||
// You can then customize attributes of the publication as shown below.
|
||||
groupId = 'org.bitcoindevkit'
|
||||
artifactId = 'bdk-android'
|
||||
version = '0.1.0'
|
||||
version = '0.1.2'
|
||||
|
||||
// Applies the component for the release build variant.
|
||||
from components.release
|
||||
|
@ -17,9 +17,6 @@ plugins {
|
||||
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
|
||||
}
|
||||
|
||||
group = "org.bitcoindevkit"
|
||||
version = "0.1.0"
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
@ -37,7 +37,7 @@ afterEvaluate {
|
||||
release(MavenPublication) {
|
||||
groupId = 'org.bitcoindevkit'
|
||||
artifactId = 'bdk-jvm'
|
||||
version = '0.1.0'
|
||||
version = '0.1.2'
|
||||
|
||||
from components.java
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user