From 3306a32db78d182d0fe689d3a99c4902c3ad2faf Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 10 Apr 2020 17:17:01 +0200 Subject: [PATCH] v --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3354e42..0cc637c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.21 + +- Fix video loading and error + ## 0.1.20 - Add message configuration properties to MessageListView diff --git a/README.md b/README.md index 125f0021..073e2bee 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ The example is available under the [example](https://github.com/GetStream/stream ```yaml dependencies: - stream_chat_flutter: ^0.1.20 + stream_chat_flutter: ^0.1.21 ``` You should then run `flutter packages get` ### Alpha version -Use version `^0.2.0-alpha` to use the latest available version. +Use version `^0.2.0-alpha+1` to use the latest available version. Note that this is still an alpha version. There may be some bugs and the api can change in breaking ways. diff --git a/pubspec.yaml b/pubspec.yaml index 772bda77..68745af2 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.20 +version: 0.1.21 environment: sdk: ">=2.3.0 <3.0.0"