Skip to content

Commit

Permalink
chore: upgrade dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Jan 15, 2025
1 parent 3d4d684 commit 1e16c87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@
- Update github actions

## 3.0.6
- Update Pointycastle dependency
- Update Pointycastle dependency

## 3.0.7
- Upgrade dependencies
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: bip39_mnemonic
description: Mnemonic code for generating deterministic keys a.k.a. BIP39.
version: 3.0.6
version: 3.0.7
homepage: https://github.com/ethicnology/dart-bip39-mnemonic

environment:
sdk: '>=2.17.0 <4.0.0'
dev_dependencies:
lints: ^2.0.1
test: ^1.22.0
convert: ^3.1.1
lints: ^5.1.1
test: ^1.25.14
convert: ^3.1.2
dependencies:
pointycastle: ^3.7.0
unorm_dart: ^0.2.0
pointycastle: ^3.9.1
unorm_dart: ^0.3.0

0 comments on commit 1e16c87

Please sign in to comment.