From 232b5dd8f873f881417a727e9a5305325062d91e Mon Sep 17 00:00:00 2001 From: hrxiang Date: Wed, 17 Nov 2021 11:50:23 +0800 Subject: [PATCH] Update SDK, New add clear c2c message android group message --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3db95..69c0389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.4 + +New add clear c2c message and group message +Update sdk to 1.1.9 + ## 1.0.3 Fix android message error bug
diff --git a/README.md b/README.md index 84a4a90..e870966 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A flutter IM plugin for android and ios. #### 1,Add dependency in yaml - flutter_openim_sdk: ^1.0.3 + flutter_openim_sdk: ^1.0.4 #### 2,Import package diff --git a/pubspec.yaml b/pubspec.yaml index cf11a21..8959565 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.3 +version: 1.0.4 homepage: https://www.rentsoft.cn repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter