Skip to content

Commit

Permalink
Merge pull request #324 from plaid/RN/v7.0.0
Browse files Browse the repository at this point in the history
RN/v7.0.0
  • Loading branch information
amytang0 authored Feb 17, 2021
2 parents 6ef5a0b + f48c91b commit 6f308de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0-rc4" />
android:value="7.0.0" />
</application>

</manifest>
2 changes: 1 addition & 1 deletion ios/RNLinksdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ + (NSDictionary *)dictionaryFromSuccess:(PLKLinkSuccess *)success {
@"publicToken": success.publicToken ?: @"",
@"metadata": @{
@"linkSessionId": metadata.linkSessionID ?: @"",
@"institution": [self dictionaryFromInstitution:metadata.insitution] ?: @"",
@"institution": [self dictionaryFromInstitution:metadata.institution] ?: @"",
@"accounts": [self accountsDictionariesFromAccounts:metadata.accounts] ?: @"",
@"metadataJson": metadata.metadataJSON ?: @"",
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-plaid-link-sdk",
"version": "7.0.0-rc4",
"version": "7.0.0",
"description": "React Native Plaid Link SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-plaid-link-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m}"

s.dependency 'React-Core'
s.dependency 'Plaid', '~> 2.0.10'
s.dependency 'Plaid', '~> 2.0.11'
end

0 comments on commit 6f308de

Please sign in to comment.