From 4a723cfd100072ba722ef43c4510eeda542336ea Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 7 Apr 2020 09:23:57 +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 431f48f9..bd93ed96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.15 + +- Fix MessageInput overflow + ## 0.1.14 - Add automatic keep alive to streamchat diff --git a/README.md b/README.md index 5bfb6907..eff6966c 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.13 + stream_chat_flutter: ^0.1.15 ``` You should then run `flutter packages get` diff --git a/pubspec.yaml b/pubspec.yaml index 8055fa72..155134ed 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.14 +version: 0.1.15 environment: sdk: ">=2.3.0 <3.0.0"