Skip to content

Commit

Permalink
feat: [Bug fixes and performance enhancements.](https://github.com/op…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett committed Aug 6, 2024
1 parent 8c64af6 commit d90bb33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 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)

## 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/openim.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d90bb33

Please sign in to comment.