Skip to content

Commit

Permalink
v7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amytang0 committed Jun 16, 2021
1 parent e6900f3 commit 8b5ca44
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 903 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.6" />
android:value="7.0.7" />
</application>

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

+ (NSString*)sdkVersion {
return @"7.0.6"; // SDK_VERSION
return @"7.0.7"; // SDK_VERSION
}

+ (NSString*)objCBridgeVersion {
Expand Down
Loading

0 comments on commit 8b5ca44

Please sign in to comment.