From 0d3b8367ee9804e865148c4998f635d6db0d71a6 Mon Sep 17 00:00:00 2001 From: j-kon Date: Wed, 18 Mar 2026 12:30:39 +0100 Subject: [PATCH] chore: add pub.dev metadata and run publish dry-run --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 1499649..de7c7ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,9 @@ name: bdk_dart description: Dart bindings for bdk-ffi version: 2.3.0-alpha.0 +homepage: https://github.com/bitcoindevkit/bdk-dart +repository: https://github.com/bitcoindevkit/bdk-dart +issue_tracker: https://github.com/bitcoindevkit/bdk-dart/issues environment: sdk: "^3.10.0"