Skip to content

Commit

Permalink
chore: bump bdk-ffi version to 0.32.0
Browse files Browse the repository at this point in the history
Bumping package version since MSRV and uniffi version bumps are breaking changes.
  • Loading branch information
notmandatory committed Nov 6, 2024
1 parent a1e02f2 commit 826ce65
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-ffi"
version = "0.31.1"
version = "0.32.0"
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleName</key>
<string>bdkFFI</string>
<key>CFBundleVersion</key>
<string>0.31.1</string>
<string>0.32.0</string>
<key>CFBundleShortVersionString</key>
<string>0.31.1</string>
<string>0.32.0</string>
<key>CFBundleExecutable</key>
<string>bdkFFI</string>
<key>MinimumOSVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleName</key>
<string>bdkFFI</string>
<key>CFBundleVersion</key>
<string>0.31.1</string>
<string>0.32.0</string>
<key>CFBundleShortVersionString</key>
<string>0.31.1</string>
<string>0.32.0</string>
<key>CFBundleExecutable</key>
<string>bdkFFI</string>
<key>MinimumOSVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleName</key>
<string>bdkFFI</string>
<key>CFBundleVersion</key>
<string>0.31.1</string>
<string>0.32.0</string>
<key>CFBundleShortVersionString</key>
<string>0.31.1</string>
<string>0.32.0</string>
<key>CFBundleExecutable</key>
<string>bdkFFI</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 826ce65

Please sign in to comment.