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.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jun 15, 2022
1 parent 29f09e7 commit 4b2ef8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.7.0-SNAPSHOT"
version = "0.7.0"
from(components["release"])
pom {
name.set("bdk-android")
Expand Down Expand Up @@ -103,7 +103,7 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("bdk-android")
moduleVersion.set("0.7.0-SNAPSHOT")
moduleVersion.set("0.7.0")
includes.from("Module.md")
}
}
Expand Down
4 changes: 2 additions & 2 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.7.0-SNAPSHOT"
version = "0.7.0"

from(components["java"])

Expand Down Expand Up @@ -101,7 +101,7 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("bdk-jvm")
moduleVersion.set("0.7.0-SNAPSHOT")
moduleVersion.set("0.7.0")
includes.from("Module.md")
}
}
Expand Down

0 comments on commit 4b2ef8b

Please sign in to comment.