Bump SNAPSHOT version to 0.10.0-SNAPSHOT
This commit is contained in:
parent
6b993b22db
commit
a3cbc4477f
@ -52,7 +52,7 @@ afterEvaluate {
|
||||
create<MavenPublication>("maven") {
|
||||
groupId = "org.bitcoindevkit"
|
||||
artifactId = "bdk-android"
|
||||
version = "0.9.0-SNAPSHOT"
|
||||
version = "0.10.0-SNAPSHOT"
|
||||
from(components["release"])
|
||||
pom {
|
||||
name.set("bdk-android")
|
||||
|
@ -48,7 +48,7 @@ afterEvaluate {
|
||||
|
||||
groupId = "org.bitcoindevkit"
|
||||
artifactId = "bdk-jvm"
|
||||
version = "0.9.0-SNAPSHOT"
|
||||
version = "0.10.0-SNAPSHOT"
|
||||
|
||||
from(components["java"])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user