Skip to content

Commit b9f3c7c

Browse files
chore: bump libraries to 3.0.0 release candidate 2
1 parent a373931 commit b9f3c7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bdk-android/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "org.bitcoindevkit"
15-
version = "3.0.0-RC1"
15+
version = "3.0.0-RC2"
1616

1717
android {
1818
namespace = group.toString()

bdk-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk-ffi"
3-
version = "3.0.0-rc.1"
3+
version = "3.0.0-rc.2"
44
homepage = "https://bitcoindevkit.org"
55
repository = "https://github.com/bitcoindevkit/bdk"
66
edition = "2018"

0 commit comments

Comments
 (0)