version bump
This commit is contained in:
+5
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user