chore: update SDK.

This commit is contained in:
Brett 2024-10-15 10:10:38 +08:00
parent bd210e74cb
commit 91b0f4eb00
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 3.8.1+1
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1)
## 3.8.1
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1)

View File

@ -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.1';
static const version = '3.8.1+1';
static const _channel = MethodChannel('flutter_openim_sdk');

View File

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