Skip to content

Commit

Permalink
Merge pull request #300 from RodrigoSMarques/dev
Browse files Browse the repository at this point in the history
Release 7.1.0
  • Loading branch information
RodrigoSMarques authored Feb 29, 2024
2 parents 178514f + d5f1f08 commit 591816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/flutter_branch_sdk_method_channel.dart
Original file line number Diff line number Diff line change
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

1 comment on commit 591816e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.