Skip to content

Commit a956788

Browse files
committed
https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.3-patch.3
1 parent 78979b4 commit a956788

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.8.3+3
2+
3+
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.3-patch.3)
4+
15
## 3.8.2
26

37
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.2)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ android {
5050
}
5151

5252
dependencies {
53-
implementation 'io.openim:core-sdk:3.8.3-patch2@aar'
53+
implementation 'io.openim:core-sdk:3.8.3-patch3@aar'
5454
}

ios/flutter_openim_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A new Flutter project.
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '11.0'
1919

20-
s.dependency 'OpenIMSDKCore','3.8.3+2'
20+
s.dependency 'OpenIMSDKCore','3.8.3+3'
2121
s.static_framework = true
2222
s.library = 'resolv'
2323

lib/src/openim.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
22
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
33

44
class OpenIM {
5-
static const version = '3.8.3+2';
5+
static const version = '3.8.3+3';
66

77
static const _channel = MethodChannel('flutter_openim_sdk');
88

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_openim_sdk
22
description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
3-
version: 3.8.3+2
3+
version: 3.8.3+3
44
homepage: https://www.openim.io
55
repository: https://github.com/openimsdk/open-im-sdk-flutter
66

0 commit comments

Comments
 (0)