bump version

This commit is contained in:
Salvatore Giordano
2020-04-02 11:13:46 +02:00
parent be495d8d86
commit 66bd54d85b
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.1.13
- Add automatic keep alive to streamchat
## 0.1.12
- Fix dependency error on iOS using flutter_form_builder
+1 -1
View File
@@ -30,7 +30,7 @@ The example is available under the [example](https://github.com/GetStream/stream
```yaml
dependencies:
stream_chat_flutter: ^0.1.11
stream_chat_flutter: ^0.1.13
```
You should then run `flutter packages get`
+1 -1
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 0.1.12
version: 0.1.13
environment:
sdk: ">=2.3.0 <3.0.0"