diff --git a/CHANGELOG.md b/CHANGELOG.md index 4be5af1..3f1d09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.1 +Fix bug + ## 1.0.0 Fix bug diff --git a/README.md b/README.md index 6441a64..22a3131 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A flutter IM plugin for android and ios. #### 1,Add dependency in yaml - flutter_openim_sdk: ^1.0.0 + flutter_openim_sdk: ^1.0.1 #### 2,Import package diff --git a/android/build.gradle b/android/build.gradle index 4fbb0c8..78cb108 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,5 +51,5 @@ android { } } dependencies { - implementation 'io.openim:client-sdk:1.0.9@aar' + implementation 'io.openim:client-sdk:1.1.0@aar' } \ No newline at end of file diff --git a/ios/Framework/OpenIMCore.framework/OpenIMCore b/ios/Framework/OpenIMCore.framework/OpenIMCore index bc27372..885de53 100644 Binary files a/ios/Framework/OpenIMCore.framework/OpenIMCore and b/ios/Framework/OpenIMCore.framework/OpenIMCore differ diff --git a/pubspec.yaml b/pubspec.yaml index 0106cec..0c037bd 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.0 +version: 1.0.1 homepage: https://www.rentsoft.cn repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter