Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Aug 2, 2022
1 parent b8129cc commit 1d0c50f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "org.bitcoindevkit"
artifactId = "bdk-android"
version = "0.8.0-SNAPSHOT"
version = "0.8.0"
from(components["release"])
pom {
name.set("bdk-android")
Expand Down Expand Up @@ -99,12 +99,12 @@ signing {
sign(publishing.publications)
}

tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("bdk-android")
moduleVersion.set("0.8.0-SNAPSHOT")
includes.from("Module.md")
}
}
}
// tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
// dokkaSourceSets {
// named("main") {
// moduleName.set("bdk-android")
// moduleVersion.set("0.8.0")
// includes.from("Module.md")
// }
// }
// }
20 changes: 10 additions & 10 deletions jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ afterEvaluate {

groupId = "org.bitcoindevkit"
artifactId = "bdk-jvm"
version = "0.8.0-SNAPSHOT"
version = "0.8.0"

from(components["java"])

Expand Down Expand Up @@ -97,12 +97,12 @@ signing {
sign(publishing.publications)
}

tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("bdk-jvm")
moduleVersion.set("0.8.0-SNAPSHOT")
includes.from("Module.md")
}
}
}
// tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
// dokkaSourceSets {
// named("main") {
// moduleName.set("bdk-jvm")
// moduleVersion.set("0.8.0")
// includes.from("Module.md")
// }
// }
// }

0 comments on commit 1d0c50f

Please sign in to comment.