version bump

This commit is contained in:
Salvatore Giordano
2020-04-10 18:20:34 +02:00
parent 479d140fef
commit ad5bf992f8
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
## 0.2.0-alpha+2
- Add better mime detection
## 0.2.0-alpha+1 ## 0.2.0-alpha+1
- fix video loading and error - Fix video loading and error
## 0.2.0-alpha ## 0.2.0-alpha
+1 -1
View File
@@ -38,7 +38,7 @@ You should then run `flutter packages get`
### Alpha version ### 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. Note that this is still an alpha version. There may be some bugs and the api can change in breaking ways.
+1 -1
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter name: stream_chat_flutter
homepage: https://github.com/GetStream/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. 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: environment:
sdk: ">=2.3.0 <3.0.0" sdk: ">=2.3.0 <3.0.0"