Skip to content

Commit e2f517b

Browse files
committed
bump version to 0.4.2
1 parent 940db05 commit e2f517b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.2
2+
3+
- Upgrade eosdart_ecc version to 0.4.0
4+
15
## 0.4.1
26

37
support:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: eosdart
22
description: EOSIO-based blockchain RPC API client in Dart language
3-
version: 0.4.1
3+
version: 0.4.2
44
homepage: https://github.com/primes-network/eosdart
55
author: primes-network <primes.ntwk@gmail.com>
66

@@ -11,7 +11,7 @@ dependencies:
1111
http: ^0.12.0+1
1212
json_annotation: ^2.2.0
1313
pointycastle: ^1.0.1
14-
eosdart_ecc: ^0.3.2
14+
eosdart_ecc: ^0.4.0
1515
# path: ^1.4.1
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)