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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Mar 17, 2022
1 parent 0e15935 commit c9cf535
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repositories {
dependencies {
// for jvm
implementation 'org.bitcoindevkit:bdk-jvm:0.5.0'
implementation 'org.bitcoindevkit:bdk-jvm:0.5.1'
// OR for android
implementation 'org.bitcoindevkit:bdk-android:0.5.0'
implementation 'org.bitcoindevkit:bdk-android:0.5.1'
}
```
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "org.bitcoindevkit"
artifactId = "bdk-android"
version = "0.5.0"
version = "0.5.1"
from(components["release"])
pom {
name.set("bdk-android")
Expand Down
2 changes: 1 addition & 1 deletion jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ afterEvaluate {

groupId = "org.bitcoindevkit"
artifactId = "bdk-jvm"
version = "0.5.0"
version = "0.5.1"

from(components["java"])

Expand Down

0 comments on commit c9cf535

Please sign in to comment.