Skip to content

Commit cfb3418

Browse files
chore: bump library version to 3.0.0
1 parent 286f2e7 commit cfb3418

3 files changed

Lines changed: 7 additions & 7 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-RC2"
15+
version = "3.0.0"
1616

1717
android {
1818
namespace = group.toString()

bdk-ffi/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3"
3+
version = "3.0.0"
44
homepage = "https://bitcoindevkit.org"
55
repository = "https://github.com/bitcoindevkit/bdk"
66
edition = "2018"

0 commit comments

Comments
 (0)