diff --git a/README.md b/README.md index 77454051..3fb35e2f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ TODO ```yaml dependencies: - stream_chat_flutter: ^0.0.1 + stream_chat_flutter: ^0.1.0 ``` You should then run `flutter packages get` diff --git a/pubspec.yaml b/pubspec.yaml index 3e45ea8b..6f6b4caa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.0.1 +version: 0.1.0 environment: sdk: ">=2.1.0 <3.0.0"