We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940db05 commit e2f517bCopy full SHA for e2f517b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.2
2
+
3
+- Upgrade eosdart_ecc version to 0.4.0
4
5
## 0.4.1
6
7
support:
pubspec.yaml
@@ -1,6 +1,6 @@
name: eosdart
description: EOSIO-based blockchain RPC API client in Dart language
-version: 0.4.1
+version: 0.4.2
homepage: https://github.com/primes-network/eosdart
author: primes-network <primes.ntwk@gmail.com>
@@ -11,7 +11,7 @@ dependencies:
11
http: ^0.12.0+1
12
json_annotation: ^2.2.0
13
pointycastle: ^1.0.1
14
- eosdart_ecc: ^0.3.2
+ eosdart_ecc: ^0.4.0
15
# path: ^1.4.1
16
17
dev_dependencies:
0 commit comments