From 66bd54d85b2aa26858f4df83f6a49bd239539e81 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 2 Apr 2020 11:13:46 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfee43c..641f0017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 7515ab60..5bfb6907 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/pubspec.yaml b/pubspec.yaml index eba0842a..1c3b6043 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"