From fb56f7747af26928989b4afcdded6119db7b154f Mon Sep 17 00:00:00 2001 From: Brett <99468005+std-s@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:00:23 +0800 Subject: [PATCH] chore: update SDK version. --- CHANGELOG.md | 4 ++++ lib/src/openim.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e39c10..794d59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.8.1+2 + +- [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1) + ## 3.8.1+1 - [Bug fixes and performance enhancements.](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1) diff --git a/lib/src/openim.dart b/lib/src/openim.dart index 133c04f..1f68a3a 100644 --- a/lib/src/openim.dart +++ b/lib/src/openim.dart @@ -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+1'; + static const version = '3.8.1+2'; static const _channel = MethodChannel('flutter_openim_sdk'); diff --git a/pubspec.yaml b/pubspec.yaml index 25b95ec..220dfac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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+1 +version: 3.8.1+2 homepage: https://www.openim.io repository: https://github.com/openimsdk/open-im-sdk-flutter