Skip to content

Commit 0d6715e

Browse files
prepare for release 1.1.5
1 parent af55c7a commit 0d6715e

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.1.5] - 05.May.2021.
2+
- Add OPT-IN support for SEP0023 (Muxed Accounts M-strkeys)
3+
- look-a-like G and M addresses
4+
- add docs
5+
16
## [1.1.4] - 01.May.2021.
27
- Add OPT-IN support for SEP0023 (Muxed Accounts M-strkeys)
38
- look-a-like G and M addresses

README.md

Lines changed: 1 addition & 1 deletion
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.1.3
14+
stellar_flutter_sdk: ^1.1.5
1515
```
1616
2. Install it (command line or IDE):
1717
```

documentation/sdk_api_doc.zip

4.11 KB
Binary file not shown.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1.4
3+
version: 1.1.5
44
homepage: https://github.com/Soneso/stellar_flutter_sdk
55

66
environment:

0 commit comments

Comments
 (0)