Skip to content

Commit fb56f77

Browse files
committed
chore: update SDK version.
1 parent b534ef0 commit fb56f77

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.1+2
2+
3+
- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1)
4+
15
## 3.8.1+1
26

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

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.1+1';
5+
static const version = '3.8.1+2';
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.1+1
3+
version: 3.8.1+2
44
homepage: https://www.openim.io
55
repository: https://github.com/openimsdk/open-im-sdk-flutter
66

0 commit comments

Comments
 (0)