Compare commits

...

3 Commits

Author SHA1 Message Date
Brett
1ca0ee7aaf hotfix version. 2025-04-18 15:50:10 +08:00
Brett
622576295e hotfix version. 2025-04-18 15:47:01 +08:00
Brett
5c13d83cc1 version. 2025-04-18 15:40:59 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.8.3+2"
version: "3.8.3+hotfix.3"
flutter_test:
dependency: "direct dev"
description: flutter

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.3-patch3+1';
static const version = '3.8.3+hotfix.3';
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.3-patch3+1
version: 3.8.3+hotfix.3
homepage: https://www.openim.io
repository: https://github.com/openimsdk/open-im-sdk-flutter