Skip to content

Commit

Permalink
Increment Plugin Version
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoSMarques committed Feb 29, 2024
1 parent 4443175 commit d5f1f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/flutter_branch_sdk_method_channel.dart
Expand Up @@ -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';

Expand Down

0 comments on commit d5f1f08

Please sign in to comment.