File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.8.1+2
2
+
3
+ - [ Bug fixes and performance enhancements.] ( https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1 )
4
+
1
5
## 3.8.1+1
2
6
3
7
- [ Bug fixes and performance enhancements.] ( https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
2
2
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart' ;
3
3
4
4
class OpenIM {
5
- static const version = '3.8.1+1 ' ;
5
+ static const version = '3.8.1+2 ' ;
6
6
7
7
static const _channel = MethodChannel ('flutter_openim_sdk' );
8
8
Original file line number Diff line number Diff line change 1
1
name : flutter_openim_sdk
2
2
description : An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
3
- version : 3.8.1+1
3
+ version : 3.8.1+2
4
4
homepage : https://www.openim.io
5
5
repository : https://github.com/openimsdk/open-im-sdk-flutter
6
6
You can’t perform that action at this time.
0 commit comments