Increment version to 0.6.0-SNAPSHOT
This commit is contained in:
parent
dc9ad20d99
commit
bb1e69e73f
@ -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>'
|
||||
|
||||
}
|
||||
```
|
||||
|
@ -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")
|
||||
|
@ -45,7 +45,7 @@ afterEvaluate {
|
||||
|
||||
groupId = "org.bitcoindevkit"
|
||||
artifactId = "bdk-jvm"
|
||||
version = "0.4.1-SNAPSHOT"
|
||||
version = "0.6.0-SNAPSHOT"
|
||||
|
||||
from(components["java"])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user