main 3.8.1-rc.0
Brett 8 months ago
parent 8c64af6798
commit d90bb33764
  1. 6
      CHANGELOG.md
  2. 2
      lib/src/openim.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,7 @@
## 3.8.1-rc.0
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1-rc.0)
## 3.8.0
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.0)
@ -5,7 +9,7 @@
## 3.8.0-rc.16
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.0-rc.16)
-
## 3.5.1
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.5.1)

@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
class OpenIM {
static const version = '3.8.0';
static const version = '3.8.1-rc.0';
static const _channel = const MethodChannel('flutter_openim_sdk');

@ -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: 3.8.0
version: 3.8.1-rc.0
homepage: https://www.openim.io
repository: https://github.com/openimsdk/open-im-sdk-flutter

Loading…
Cancel
Save