Bump version to 0.7.0-SNAPSHOT

This commit is contained in:
Steve Myers 2022-05-16 10:38:12 -07:00
parent cecf973777
commit a9e868cb7e
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "org.bitcoindevkit"
artifactId = "bdk-android"
version = "0.6.0-SNAPSHOT"
version = "0.7.0-SNAPSHOT"
from(components["release"])
pom {
name.set("bdk-android")
@ -105,7 +105,7 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("bdk-android")
moduleVersion.set("0.6.0-SNAPSHOT")
moduleVersion.set("0.7.0-SNAPSHOT")
includes.from("Module.md")
}
}

View File

@ -51,7 +51,7 @@ afterEvaluate {
groupId = "org.bitcoindevkit"
artifactId = "bdk-jvm"
version = "0.6.0-SNAPSHOT"
version = "0.7.0-SNAPSHOT"
from(components["java"])
@ -101,7 +101,7 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("bdk-jvm")
moduleVersion.set("0.6.0-SNAPSHOT")
moduleVersion.set("0.7.0-SNAPSHOT")
includes.from("Module.md")
}
}