Skip to content

Commit 052c7c6

Browse files
prepare for release 1.5.4
1 parent 4288369 commit 052c7c6

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.5.4] - 03.Mai.2023.
2+
- update txrep for soroban prev 8
3+
14
## [1.5.3] - 08.Apr.2023.
25
- add support for soroban prev 8
36
- improve soroban tests & docs

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.3
14+
stellar_flutter_sdk: ^1.5.4
1515
```
1616
2. Install it (command line or IDE):
1717
```

documentation/sdk_api_doc.zip

20.5 KB
Binary file not shown.

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.3
3+
version: 1.5.4
44
homepage: https://github.com/Soneso/stellar_flutter_sdk
55

66
environment:

0 commit comments

Comments
 (0)