version bump

This commit is contained in:
Salvatore Giordano
2020-04-10 16:24:20 +02:00
parent 02f62c2a2b
commit 4ee898efc7
2 changed files with 10 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
## 0.2.0-alpha
- Offline storage
- Push notifications
- Minor bug fixes
## 0.1.20
- Add message configuration properties to MessageListView
+2 -3
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.20
version: 0.2.0-alpha
environment:
sdk: ">=2.3.0 <3.0.0"
@@ -20,8 +20,7 @@ dependencies:
file_picker: ^1.6.0
image_picker: ^0.6.4
flutter_keyboard_visibility: ^0.8.0
stream_chat:
path: ../stream_chat_dart
stream_chat: ^0.2.0-alpha
visibility_detector: ^0.1.4
dev_dependencies: