From 8cd7278b50ebb1ffe462f8cee58205e533d3e93f Mon Sep 17 00:00:00 2001 From: std-s <> Date: Fri, 8 Sep 2023 21:38:42 +0800 Subject: [PATCH] [Update] Bug fixes and performance enhancements. --- lib/src/openim.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/openim.dart b/lib/src/openim.dart index 17dfc97..a81fa56 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.2.1'; + static const version = '3.3.0'; static const _channel = const MethodChannel('flutter_openim_sdk'); diff --git a/pubspec.yaml b/pubspec.yaml index 858eb16..7148d48 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.2.1 +version: 3.3.0 homepage: https://www.rentsoft.cn repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter