From 80152e23148b176cab079787e1e3a97070bf9b1b Mon Sep 17 00:00:00 2001 From: hrxiang Date: Fri, 4 Mar 2022 17:37:27 +0800 Subject: [PATCH] Fix some one crash --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed510aa..0804dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 2.0.0+1 +1.Fix some one crash
+ +## 2.0.0+1 + 1.Fix multi-terminal synchronization bug fix for retracted messages
2.Fix sending picture flashback bug
3.Fix other bug diff --git a/pubspec.yaml b/pubspec.yaml index 2bca1df..1e6c623 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_openim_sdk description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source. -version: 2.0.0+1 +version: 2.0.0+2 homepage: https://www.rentsoft.cn repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter