Skip to content

Commit 46f0c72

Browse files
version 5.1.1
1 parent 5e99bfb commit 46f0c72

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.1.1
2+
3+
* Fix web/wasm JS interop type conversion for callbacks
4+
15
## 5.1.0
26

37
* Added Plaid Embedded View support for iOS and Android

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<application>
77
<meta-data
88
android:name="com.github.jorgefspereira.plaid_flutter.version"
9-
android:value="5.1.0" />
9+
android:value="5.1.1" />
1010
</application>
1111

1212
</manifest>

ios/Classes/PlaidFlutterPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ @implementation PlaidFlutterPlugin {
3232
}
3333

3434
+ (NSString *)sdkVersion {
35-
return @"5.1.0"; // Update this version with every SDK release.
35+
return @"5.1.1"; // Update this version with every SDK release.
3636
}
3737

3838
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {

ios/plaid_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'plaid_flutter'
6-
s.version = '5.1.0'
6+
s.version = '5.1.1'
77
s.summary = 'Plaid Link plugin for Flutter'
88
s.description = <<-DESC
99
Enables Plaid in Flutter apps.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: plaid_flutter
22
description: Plaid Link for Flutter. Integrates the native iOS, Android and Web SDKs.
3-
version: 5.1.0
3+
version: 5.1.1
44
homepage: https://github.com/jorgefspereira/plaid_flutter
55
repository: https://github.com/jorgefspereira/plaid_flutter
66
issue_tracker: https://github.com/jorgefspereira/plaid_flutter/issues

0 commit comments

Comments
 (0)