diff --git a/bindings/dart-bip85/CHANGELOG.md b/bindings/dart-bip85/CHANGELOG.md index 35ed93c..fc17c9b 100644 --- a/bindings/dart-bip85/CHANGELOG.md +++ b/bindings/dart-bip85/CHANGELOG.md @@ -5,3 +5,8 @@ ## 1.0.1 - Downgrade Flutter_Rust_Bridge version to ^2.0.0 to avoid incompatibility issues with other packages + +## 1.0.2 + +- Publish bip85-extended to crates.io to avoid import issues +- Update readme diff --git a/bindings/dart-bip85/pubspec.yaml b/bindings/dart-bip85/pubspec.yaml index 257b8ba..b22c4a7 100644 --- a/bindings/dart-bip85/pubspec.yaml +++ b/bindings/dart-bip85/pubspec.yaml @@ -1,6 +1,6 @@ name: bip85 description: "BIP85 bindings to rust-bip85" -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/ethicnology/rust-bip85/tree/master/bindings/dart-bip85 repository: https://github.com/ethicnology/rust-bip85