Skip to content

Commit

Permalink
Bump keyring version (leonardocustodio#414)
Browse files Browse the repository at this point in the history
* Bump keyring version

* Update pubspec.yaml

* Update CHANGELOG.md
  • Loading branch information
leonardocustodio authored and clangenb committed Jun 11, 2024
1 parent 09d5808 commit 7f0d95a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions packages/polkadart_keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.1
- Adds ecdsa support

## 0.3.0
- Adds sr25519 support

Expand Down
6 changes: 2 additions & 4 deletions packages/polkadart_keyring/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: polkadart_keyring
description: Substrate Keyring.
version: 0.3.0
version: 0.3.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_keyring
repository: https://github.com/leonardocustodio/polkadart


environment:
sdk: ">=3.0.1 <4.0.0"

# Add regular dependencies here.
dependencies:
pointycastle: ^3.6.2
flutter_curve25519: ^0.1.2
ss58: ^1.1.2
substrate_bip39: ^0.3.0
secp256k1_ecdsa: ^1.0.0
secp256k1_ecdsa: ^0.1.0
typed_data: ^1.3.1 # BSD-3-Clause
ed25519_edwards: ^0.3.1
convert: ^3.1.1
Expand Down

0 comments on commit 7f0d95a

Please sign in to comment.