diff --git a/lib/src/flutter_branch_sdk_method_channel.dart b/lib/src/flutter_branch_sdk_method_channel.dart index 8b1ad33f..226d250c 100644 --- a/lib/src/flutter_branch_sdk_method_channel.dart +++ b/lib/src/flutter_branch_sdk_method_channel.dart @@ -9,7 +9,7 @@ import 'objects/branch_universal_object.dart'; /// An implementation of [FlutterBranchSdkPlatform] that uses method channels. class FlutterBranchSdkMethodChannel implements FlutterBranchSdkPlatform { - static const PLUGIN_VERSION = "7.0.4"; + static const PLUGIN_VERSION = "7.1.0"; static const MESSAGE_CHANNEL = 'flutter_branch_sdk/message'; static const EVENT_CHANNEL = 'flutter_branch_sdk/event';