From 24ff86247689e4881e488d48726183936ede8c7a Mon Sep 17 00:00:00 2001 From: hrxiang Date: Tue, 4 Jan 2022 17:39:18 +0800 Subject: [PATCH] Fix bug --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4a4af..ebb0034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + +1.Fix the problem of missing id in ios message progress + ## 1.0.9 1.Upgrade sdk to 1.4.5. diff --git a/pubspec.yaml b/pubspec.yaml index 5b58897..a5e2aea 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: 1.0.9 +version: 1.1.0 homepage: https://www.rentsoft.cn repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter