Skip to content

Commit 167a93b

Browse files
prepare for release 1.5.7
1 parent 88dafcf commit 167a93b

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.5.7] - 10.Jul.2023.
2+
- make streaming indefinite
3+
- fix names in XdrSCSpec classes
4+
-
15
## [1.5.6] - 22.Jun.2023.
26
- fix soroban events request
37
- extend soroban server (latest ledger, nonce for address)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A
1111
1. Add the dependency to your pubspec.yaml file:
1212
```
1313
dependencies:
14-
stellar_flutter_sdk: ^1.5.6
14+
stellar_flutter_sdk: ^1.5.7
1515
```
1616
2. Install it (command line or IDE):
1717
```

documentation/sdk_api_doc.zip

-2.48 KB
Binary file not shown.

lib/src/stellar_sdk.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import 'requests/liquidity_pools_request_builder.dart';
3131

3232
/// Main class of the flutter stellar sdk.
3333
class StellarSDK {
34-
static const versionNumber = "1.5.6";
34+
static const versionNumber = "1.5.7";
3535

3636
static final StellarSDK PUBLIC = StellarSDK("https://horizon.stellar.org");
3737
static final StellarSDK TESTNET = StellarSDK("https://horizon-testnet.stellar.org");

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stellar_flutter_sdk
22
description: A stellar blockchain sdk that query's horizon, build, signs and submits transactions to the stellar network.
3-
version: 1.5.6
3+
version: 1.5.7
44
homepage: https://github.com/Soneso/stellar_flutter_sdk
55

66
environment:

0 commit comments

Comments
 (0)