Bump versions to 0.11.0-SNAPSHOT

This commit is contained in:
thunderbiscuit
2022-10-27 11:57:45 -04:00
parent 5991b07385
commit 929147f182
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "org.bitcoindevkit"
artifactId = "bdk-android"
version = "0.10.0-SNAPSHOT"
version = "0.11.0-SNAPSHOT"
from(components["release"])
pom {