Bump SNAPSHOT version to 0.10.0-SNAPSHOT

This commit is contained in:
thunderbiscuit 2022-09-09 12:41:41 -04:00
parent 6b993b22db
commit a3cbc4477f
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

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