version bump

This commit is contained in:
Salvatore Giordano
2020-02-28 18:49:33 +01:00
parent 713fc1fe6d
commit 80dabdb118
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.1.3
- Fix upload attachment
## 0.1.2
- Fix avatar shape
+1 -1
View File
@@ -28,7 +28,7 @@ TODO
```yaml
dependencies:
stream_chat_flutter: ^0.1.2
stream_chat_flutter: ^0.1.3
```
You should then run `flutter packages get`
+1 -1
View File
@@ -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.2
version: 0.1.3
environment:
sdk: ">=2.1.0 <3.0.0"