Increment version to 0.6.0-SNAPSHOT

This commit is contained in:
Steve Myers 2022-03-17 16:10:23 -05:00
parent dc9ad20d99
commit bb1e69e73f
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
3 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,9 @@ repositories {
dependencies {
// for jvm
implementation 'org.bitcoindevkit:bdk-jvm:0.4.0'
implementation 'org.bitcoindevkit:bdk-jvm:<version>'
// OR for android
implementation 'org.bitcoindevkit:bdk-android:0.4.0'
implementation 'org.bitcoindevkit:bdk-android:<version>'
}
```

View File

@ -44,7 +44,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "org.bitcoindevkit"
artifactId = "bdk-android"
version = "0.4.1-SNAPSHOT"
version = "0.6.0-SNAPSHOT"
from(components["release"])
pom {
name.set("bdk-android")

View File

@ -45,7 +45,7 @@ afterEvaluate {
groupId = "org.bitcoindevkit"
artifactId = "bdk-jvm"
version = "0.4.1-SNAPSHOT"
version = "0.6.0-SNAPSHOT"
from(components["java"])