bump version

This commit is contained in:
Salvatore Giordano
2020-03-31 10:34:38 +02:00
parent 8ae849be0f
commit 9f95012f06
3 changed files with 5 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.1.12
- Fix dependency error on iOS using flutter_form_builder
## 0.1.11
- Fix bug in ChannelPreview when list of messages is empty
-1
View File
@@ -11,7 +11,6 @@ dependencies:
sdk: flutter
stream_chat_flutter:
path: ../
flutter_form_builder: any
dev_dependencies:
flutter_test:
+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.11
version: 0.1.12
environment:
sdk: ">=2.3.0 <3.0.0"