Skip to content

Commit 66cda24

Browse files
committed
bump 0.4.4
1 parent 6684d9f commit 66cda24

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.4
2+
3+
- Support abi float32 and float64
4+
- Update dependencies
5+
16
## 0.4.3
27

38
- Add model for committed transaction
@@ -13,7 +18,6 @@ support:
1318

1419
- /v1/chain/get_table_rows
1520

16-
1721
## 0.4.0
1822

1923
- Initial version to support push transaction
@@ -50,4 +54,3 @@ Supports the following APIs:
5054
## 0.0.1
5155

5256
- Initial version, created by Stagehand
53-

pubspec.yaml

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

77
environment:
8-
sdk: '>=2.1.0 <3.0.0'
8+
sdk: ">=2.1.0 <3.0.0"
99

1010
dependencies:
1111
http: ^0.12.0+4

0 commit comments

Comments
 (0)