Brett 1 year ago
parent bf4cdf0754
commit 1764da125b
  1. 2
      lib/src/openim.dart
  2. 2
      pubspec.yaml

@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
class OpenIM {
static const version = '3.5.1-alpha.7';
static const version = '3.5.1-alpha.7+1';
static const _channel = const MethodChannel('flutter_openim_sdk');

@ -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.5.1-alpha.7
version: 3.5.1-alpha.7+1
homepage: https://www.openim.io
repository: https://github.com/openimsdk/open-im-sdk-flutter

Loading…
Cancel
Save