From d5f1f08ea1616e947bee0a97cde1626f77538d09 Mon Sep 17 00:00:00 2001 From: Rodrigo de Souza Marques Date: Thu, 29 Feb 2024 08:01:58 -0300 Subject: [PATCH] Increment Plugin Version --- lib/src/flutter_branch_sdk_method_channel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';