Skip to content

Commit

Permalink
Merge pull request #373 from plaid/zds_7_0_4
Browse files Browse the repository at this point in the history
7.0.4
  • Loading branch information
zsweigart committed May 4, 2021
2 parents 5e32d01 + 173314f commit e4d2132
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 833 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<application>
<meta-data
android:name="com.plaid.link.react_native"
android:value="7.0.3" />
android:value="7.0.4" />
</application>

</manifest>
2 changes: 1 addition & 1 deletion ios/RNLinksdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ @implementation RNLinksdk
RCT_EXPORT_MODULE();

+ (NSString*)sdkVersion {
return @"7.0.3"; // SDK_VERSION
return @"7.0.4"; // SDK_VERSION
}

+ (NSString*)objCBridgeVersion {
Expand Down
Loading

0 comments on commit e4d2132

Please sign in to comment.