Skip to content

Commit

Permalink
prepare for release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed May 1, 2021
1 parent 17e5fab commit 65a183d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.3] - 01.May.2021.
- add protocol 17 support
- bugfix claim claimable balance

## [1.1.2] - 03.Mar.2021.
- add support for sep-0010
- bugfixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A
1. Add the dependency to your pubspec.yaml file:
```
dependencies:
stellar_flutter_sdk: ^1.1.2
stellar_flutter_sdk: ^1.1.3
```
2. Install it (command line or IDE):
```
Expand Down
Binary file modified documentation/sdk_api_doc.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stellar_flutter_sdk
description: A stellar blockchain sdk that query's horizon, build, signs and submits transactions to the stellar network.
version: 1.1.2
version: 1.1.3
homepage: https://github.com/Soneso/stellar_flutter_sdk

environment:
Expand Down

0 comments on commit 65a183d

Please sign in to comment.