Skip to content

Commit

Permalink
Release 7.0.4
Browse files Browse the repository at this point in the history
## 7.0.4
### Issues

* Fix issue #289 : reverts `js` dependency update from version 0.6.3 to 0.7.0
  • Loading branch information
RodrigoSMarques committed Feb 2, 2024
1 parent 155a516 commit 310a574
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 7.0.4
### Issues

* Fix issue #289 : reverts `js` dependency update from version 0.6.3 to 0.7.0

## 7.0.3
### Issues

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
path: ".."
relative: true
source: path
version: "7.0.3"
version: "7.0.4"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
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.3";
static const PLUGIN_VERSION = "7.0.4";
static const MESSAGE_CHANNEL = 'flutter_branch_sdk/message';
static const EVENT_CHANNEL = 'flutter_branch_sdk/event';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_branch_sdk
description: Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web).
version: 7.0.3
version: 7.0.4
homepage: https://github.com/RodrigoSMarques/flutter_branch_sdk

environment:
Expand Down

0 comments on commit 310a574

Please sign in to comment.