Skip to content

Commit

Permalink
Fixes polkadart_cli version (#347)
Browse files Browse the repository at this point in the history
* Fixes keyring dependencies

* fix polkadart_cli
  • Loading branch information
leonardocustodio authored Oct 31, 2023
1 parent 0243417 commit e3a7843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/polkadart_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkadart_cli
description: polkadart_cli is a dart library that generates Dart type code from frame metadata. Generated code relies on Polkadart library.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/polkadart_cli
repository: https://github.com/leonardocustodio/polkadart

Expand All @@ -16,7 +16,7 @@ dependencies:
recase: ^4.1.0 # BSD-2-Clause
path: ^1.8.3 # BSD-3-Clause
yaml: ^3.1.1 # MIT
polkadart: ^0.1.0 # Apache 2.0
polkadart: ^0.2.0 # Apache 2.0

dev_dependencies:
lints: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/polkadart_keyring/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
cryptography: ^2.5.0
flutter_curve25519: ^0.1.2
ss58: ^1.1.2
ss58: ^1.1.0
substrate_bip39: ^0.2.0
typed_data: ^1.3.1 # BSD-3-Clause
ed25519_edwards: ^0.3.1
Expand Down

0 comments on commit e3a7843

Please sign in to comment.