From 52369f481b77d6523813563f5f109f37e186c516 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 12 Oct 2020 11:16:47 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd9e1a75..5190ca38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.9+1 + +- Update llc dependency +- Minor bug fixes + ## 0.2.9 - Update llc dependency diff --git a/pubspec.yaml b/pubspec.yaml index 6f240111..0b5e34f6 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.2.9 +version: 0.2.9+1 repository: https://github.com/GetStream/stream-chat-flutter issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues