From ad5bf992f80e94e76d40bde31360e3c0ea605def Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 10 Apr 2020 18:20:23 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 6 +++++- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f5c4ac..33781b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## 0.2.0-alpha+2 + +- Add better mime detection + ## 0.2.0-alpha+1 -- fix video loading and error +- Fix video loading and error ## 0.2.0-alpha diff --git a/README.md b/README.md index 58df5181..f8aa891a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You should then run `flutter packages get` ### Alpha version -Use version `^0.2.0-alpha+1` to use the latest available version. +Use version `^0.2.0-alpha+2` 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 52a56c27..7dc0e9ad 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.2.0-alpha+1 +version: 0.2.0-alpha+2 environment: sdk: ">=2.3.0 <3.0.0"